#71DDE7

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

Shades of Turquoise Blue #71DDE7

Tints of Turquoise Blue #71DDE7

Color information

#71DDE7 (or 0x71DDE7) is unknown color: approx Turquoise Blue. HEX triplet: 71, DD and E7. RGB value is (113,221,231). Sum of RGB (Red+Green+Blue) = 113+221+231=565 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #71DDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DDE7 is #8E2218. Grayscale: #BDBDBD. Windows color (decimal): -9314841 or 15195505. OLE color: 15195505.

HSL color Cylindrical-coordinate representation of color #71DDE7: hue angle of 185.08º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71DDE7 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB113221231-
CMYK0.510.0400.09
HSL185.08º71.08%67.45%-
HSV(B)185.08º51.08%90.59%-
XYZ47.0960.9984.89-
YUV189.85151.2273.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 231 (90.62% from 255) = 40.88%
R=20%
G=39.12%
B=40.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1132212310.510.0400.09185.0871.0867.45
Hex71DDE733409b94743
Octal161335347634011271107103
Binary11100011101110111100111110011100010011011100110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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