#71DEE2

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

Shades of Turquoise Blue #71DEE2

Tints of Turquoise Blue #71DEE2

Color information

#71DEE2 (or 0x71DEE2) is unknown color: approx Turquoise Blue. HEX triplet: 71, DE and E2. RGB value is (113,222,226). Sum of RGB (Red+Green+Blue) = 113+222+226=561 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.14% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #71DEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DEE2 is #8E211D. Grayscale: #BDBDBD. Windows color (decimal): -9314590 or 14868081. OLE color: 14868081.

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

Color convert

RGB113222226-
CMYK0.50.0200.11
HSL182.12º66.08%66.47%-
HSV(B)182.12º50%88.63%-
XYZ46.6661.2481.31-
YUV189.86148.3973.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.14%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 226 (88.67% from 255) = 40.29%
R=20.14%
G=39.57%
B=40.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1132222260.50.0200.11182.1266.0866.47
Hex71DEE23220Bb64242
Octal161336342622013266102102
Binary1110001110111101110001011001010010111011011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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