#71DEEC

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

Shades of Turquoise Blue #71DEEC

Tints of Turquoise Blue #71DEEC

Color information

#71DEEC (or 0x71DEEC) is unknown color: approx Turquoise Blue. HEX triplet: 71, DE and EC. RGB value is (113,222,236). Sum of RGB (Red+Green+Blue) = 113+222+236=571 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.79% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #71DEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DEEC is #8E2113. Grayscale: #BEBEBE. Windows color (decimal): -9314580 or 15523441. OLE color: 15523441.

HSL color Cylindrical-coordinate representation of color #71DEEC: hue angle of 186.83º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71DEEC is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB113222236-
CMYK0.520.0600.07
HSL186.83º76.4%68.43%-
HSV(B)186.83º52.12%92.55%-
XYZ48.0761.8188.75-
YUV191153.3972.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.79%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=19.79%
G=38.88%
B=41.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132222360.520.0600.07186.8376.468.43
Hex71DEEC34607bb4c44
Octal16133635464607273114104
Binary1110001110111101110110011010011001111011101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,222,236); }

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

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

 a { background-color: rgb(113,222,236); }

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

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

 span { border-color: rgb(113,222,236); }

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