#71EAE6

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

Shades of Turquoise Blue #71EAE6

Tints of Turquoise Blue #71EAE6

Color information

#71EAE6 (or 0x71EAE6) is unknown color: approx Turquoise Blue. HEX triplet: 71, EA and E6. RGB value is (113,234,230). Sum of RGB (Red+Green+Blue) = 113+234+230=577 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.58% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #71EAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EAE6 is #8E1519. Grayscale: #C5C5C5. Windows color (decimal): -9311514 or 15133297. OLE color: 15133297.

HSL color Cylindrical-coordinate representation of color #71EAE6: hue angle of 178.02º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EAE6 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB113234230-
CMYK0.5200.020.08
HSL178.02º74.23%68.04%-
HSV(B)178.02º51.71%91.76%-
XYZ50.5268.0785.34-
YUV197.36146.4167.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.58%
GREEN value IS 234 (91.80% from 255) = 40.55%
BLUE value IS 230 (90.23% from 255) = 39.86%
R=19.58%
G=40.55%
B=39.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132342300.5200.020.08178.0274.2368.04
Hex71EAE634028b24a44
Octal161352346640210262112104
Binary1110001111010101110011011010001010001011001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,234,230); }

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

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

 a { background-color: rgb(113,234,230); }

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

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

 span { border-color: rgb(113,234,230); }

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