#71EAEE

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

Shades of Turquoise Blue #71EAEE

Tints of Turquoise Blue #71EAEE

Color information

#71EAEE (or 0x71EAEE) is unknown color: approx Turquoise Blue. HEX triplet: 71, EA and EE. RGB value is (113,234,238). Sum of RGB (Red+Green+Blue) = 113+234+238=585 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.32% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #71EAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EAEE is #8E1511. Grayscale: #C6C6C6. Windows color (decimal): -9311506 or 15657585. OLE color: 15657585.

HSL color Cylindrical-coordinate representation of color #71EAEE: hue angle of 181.92º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EAEE is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB113234238-
CMYK0.530.0200.07
HSL181.92º78.62%68.82%-
HSV(B)181.92º52.52%93.33%-
XYZ51.6768.5391.39-
YUV198.28150.4167.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.32%
GREEN value IS 234 (91.80% from 255) = 40%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=19.32%
G=40%
B=40.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132342380.530.0200.07181.9278.6268.82
Hex71EAEE35207b64f45
Octal16135235665207266117105
Binary111000111101010111011101101011001111011011010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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