#71E6EA

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

Shades of Turquoise Blue #71E6EA

Tints of Turquoise Blue #71E6EA

Color information

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

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

Color convert

RGB113230234-
CMYK0.520.0200.08
HSL181.98º74.23%68.04%-
HSV(B)181.98º51.71%91.76%-
XYZ49.9666.0487.96-
YUV195.47149.7469.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132302340.520.0200.08181.9874.2368.04
Hex71E6EA34208b64a44
Octal161346352642010266112104
Binary1110001111001101110101011010010010001011011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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