#71D8E0

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

Shades of Turquoise Blue #71D8E0

Tints of Turquoise Blue #71D8E0

Color information

#71D8E0 (or 0x71D8E0) is unknown color: approx Turquoise Blue. HEX triplet: 71, D8 and E0. RGB value is (113,216,224). Sum of RGB (Red+Green+Blue) = 113+216+224=553 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.43% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #71D8E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8E0 is #8E271F. Grayscale: #B9B9B9. Windows color (decimal): -9316128 or 14735473. OLE color: 14735473.

HSL color Cylindrical-coordinate representation of color #71D8E0: hue angle of 184.32º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71D8E0 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113216224-
CMYK0.500.0400.12
HSL184.32º64.16%66.08%-
HSV(B)184.32º49.55%87.84%-
XYZ44.825879.35-
YUV186.11149.3875.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.43%
GREEN value IS 216 (84.77% from 255) = 39.06%
BLUE value IS 224 (87.89% from 255) = 40.51%
R=20.43%
G=39.06%
B=40.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1132162240.500.0400.12184.3264.1666.08
Hex71D8E03240Cb84042
Octal161330340624014270100102
Binary11100011101100011100000110010100011001011100010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,216,224); }

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

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

 a { background-color: rgb(113,216,224); }

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

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

 span { border-color: rgb(113,216,224); }

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