#71CFE8

Color #71CFE8 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #71CFE8

Tints of Turquoise Blue #71CFE8

Color information

#71CFE8 (or 0x71CFE8) is unknown color: approx Turquoise Blue. HEX triplet: 71, CF and E8. RGB value is (113,207,232). Sum of RGB (Red+Green+Blue) = 113+207+232=552 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.47% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #71CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFE8 is #8E3017. Grayscale: #B5B5B5. Windows color (decimal): -9318424 or 15257457. OLE color: 15257457.

HSL color Cylindrical-coordinate representation of color #71CFE8: hue angle of 192.61º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71CFE8 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB113207232-
CMYK0.510.1100.09
HSL192.61º72.12%67.65%-
HSV(B)192.61º51.29%90.98%-
XYZ43.6953.9684.46-
YUV181.74156.3678.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 20.47%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 232 (91.02% from 255) = 42.03%
R=20.47%
G=37.5%
B=42.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1132072320.510.1100.09192.6172.1267.65
Hex71CFE833B09c14844
Octal1613173506313011301110104
Binary111000111001111111010001100111011010011100000110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71CFE8; }

 p { color: rgb(113,207,232); }

 H1.HeaderClassName
 {
   color: #71CFE8;
 }
 .AnyTagClassName
 {
   color: #71CFE8;
 }
</style>
background-color css

<style>
 a { background-color: #71CFE8; }

 a { background-color: rgb(113,207,232); }

 div.DivClassName
 {
   background-color: #71CFE8;
 }
 .BgClassName
 {
   background-color: #71CFE8;
 }
</style>
border-color css

<style>
 span { border-color: #71CFE8; }

 span { border-color: rgb(113,207,232); }

 td.TdClassName
 {
   border-color: #71CFE8;
 }
 .TagClassName
 {
   border-color: #71CFE8;
 }
</style>