#71E1DD

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

Shades of Turquoise Blue #71E1DD

Tints of Turquoise Blue #71E1DD

Color information

#71E1DD (or 0x71E1DD) is unknown color: approx Turquoise Blue. HEX triplet: 71, E1 and DD. RGB value is (113,225,221). Sum of RGB (Red+Green+Blue) = 113+225+221=559 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.21% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #71E1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E1DD is #8E1E22. Grayscale: #BEBEBE. Windows color (decimal): -9313827 or 14541169. OLE color: 14541169.

HSL color Cylindrical-coordinate representation of color #71E1DD: hue angle of 177.86º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E1DD is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB113225221-
CMYK0.5000.020.12
HSL177.86º65.12%66.27%-
HSV(B)177.86º49.78%88.24%-
XYZ46.7962.5878.02-
YUV191.06144.8972.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.21%
GREEN value IS 225 (88.28% from 255) = 40.25%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=20.21%
G=40.25%
B=39.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1132252210.5000.020.12177.8665.1266.27
Hex71E1DD3202Cb24142
Octal161341335620214262101102
Binary1110001111000011101110111001001011001011001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,225,221); }

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

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

 a { background-color: rgb(113,225,221); }

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

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

 span { border-color: rgb(113,225,221); }

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