#71E9EC

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

Shades of Turquoise Blue #71E9EC

Tints of Turquoise Blue #71E9EC

Color information

#71E9EC (or 0x71E9EC) is unknown color: approx Turquoise Blue. HEX triplet: 71, E9 and EC. RGB value is (113,233,236). Sum of RGB (Red+Green+Blue) = 113+233+236=582 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.42% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #71E9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71E9EC is #8E1613. Grayscale: #C5C5C5. Windows color (decimal): -9311764 or 15526257. OLE color: 15526257.

HSL color Cylindrical-coordinate representation of color #71E9EC: hue angle of 181.46º 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 #71E9EC is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB113233236-
CMYK0.520.0100.07
HSL181.46º76.4%68.43%-
HSV(B)181.46º52.12%92.55%-
XYZ51.0967.8489.76-
YUV197.46149.7467.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.42%
GREEN value IS 233 (91.41% from 255) = 40.03%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=19.42%
G=40.03%
B=40.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132332360.520.0100.07181.4676.468.43
Hex71E9EC34107b54c44
Octal16135135464107265114104
Binary11100011110100111101100110100101111011010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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