#71D1DE

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

Shades of Turquoise Blue #71D1DE

Tints of Turquoise Blue #71D1DE

Color information

#71D1DE (or 0x71D1DE) is unknown color: approx Turquoise Blue. HEX triplet: 71, D1 and DE. RGB value is (113,209,222). Sum of RGB (Red+Green+Blue) = 113+209+222=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #71D1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D1DE is #8E2E21. Grayscale: #B5B5B5. Windows color (decimal): -9317922 or 14602609. OLE color: 14602609.

HSL color Cylindrical-coordinate representation of color #71D1DE: hue angle of 187.16º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71D1DE is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113209222-
CMYK0.490.0600.13
HSL187.16º62.29%65.69%-
HSV(B)187.16º49.1%87.06%-
XYZ42.854.3977.35-
YUV181.78150.778.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.77%
GREEN value IS 209 (82.03% from 255) = 38.42%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=20.77%
G=38.42%
B=40.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132092220.490.0600.13187.1662.2965.69
Hex71D1DE3160Dbb3e42
Octal16132133661601527376102
Binary1110001110100011101111011000111001101101110111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,209,222); }

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

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

 a { background-color: rgb(113,209,222); }

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

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

 span { border-color: rgb(113,209,222); }

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