#71DCEE

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

Shades of Turquoise Blue #71DCEE

Tints of Turquoise Blue #71DCEE

Color information

#71DCEE (or 0x71DCEE) is unknown color: approx Turquoise Blue. HEX triplet: 71, DC and EE. RGB value is (113,220,238). Sum of RGB (Red+Green+Blue) = 113+220+238=571 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.79% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #71DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DCEE is #8E2311. Grayscale: #BDBDBD. Windows color (decimal): -9315090 or 15654001. OLE color: 15654001.

HSL color Cylindrical-coordinate representation of color #71DCEE: hue angle of 188.64º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71DCEE is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB113220238-
CMYK0.530.0800.07
HSL188.64º78.62%68.82%-
HSV(B)188.64º52.52%93.33%-
XYZ47.8460.8790.12-
YUV190.06155.0573.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.79%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=19.79%
G=38.53%
B=41.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132202380.530.0800.07188.6478.6268.82
Hex71DCEE35807bd4f45
Octal161334356651007275117105
Binary11100011101110011101110110101100001111011110110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,220,238); }

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

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

 a { background-color: rgb(113,220,238); }

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

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

 span { border-color: rgb(113,220,238); }

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