#71DEE7

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

Shades of Turquoise Blue #71DEE7

Tints of Turquoise Blue #71DEE7

Color information

#71DEE7 (or 0x71DEE7) is unknown color: approx Turquoise Blue. HEX triplet: 71, DE and E7. RGB value is (113,222,231). Sum of RGB (Red+Green+Blue) = 113+222+231=566 (74% of max value = 765). Red value is 113 (44.53% from 255 or 19.96% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #71DEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DEE7 is #8E2118. Grayscale: #BEBEBE. Windows color (decimal): -9314585 or 15195761. OLE color: 15195761.

HSL color Cylindrical-coordinate representation of color #71DEE7: hue angle of 184.58º 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 #71DEE7 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB113222231-
CMYK0.510.0400.09
HSL184.58º71.08%67.45%-
HSV(B)184.58º51.08%90.59%-
XYZ47.3661.5284.98-
YUV190.44150.8972.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.96%
GREEN value IS 222 (87.11% from 255) = 39.22%
BLUE value IS 231 (90.62% from 255) = 40.81%
R=19.96%
G=39.22%
B=40.81%

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
Decimal1132222310.510.0400.09184.5871.0867.45
Hex71DEE733409b94743
Octal161336347634011271107103
Binary11100011101111011100111110011100010011011100110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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