#71D7E2

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

Shades of Turquoise Blue #71D7E2

Tints of Turquoise Blue #71D7E2

Color information

#71D7E2 (or 0x71D7E2) is unknown color: approx Turquoise Blue. HEX triplet: 71, D7 and E2. RGB value is (113,215,226). Sum of RGB (Red+Green+Blue) = 113+215+226=554 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.40% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 226 - color contains mainly: blue. Hex color #71D7E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D7E2 is #8E281D. Grayscale: #B9B9B9. Windows color (decimal): -9316382 or 14866289. OLE color: 14866289.

HSL color Cylindrical-coordinate representation of color #71D7E2: hue angle of 185.84º 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 #71D7E2 is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB113215226-
CMYK0.50.0500.11
HSL185.84º66.08%66.47%-
HSV(B)185.84º50%88.63%-
XYZ44.8457.680.71-
YUV185.76150.7176.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.40%
GREEN value IS 215 (84.38% from 255) = 38.81%
BLUE value IS 226 (88.67% from 255) = 40.79%
R=20.40%
G=38.81%
B=40.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1132152260.50.0500.11185.8466.0866.47
Hex71D7E23250Bba4242
Octal161327342625013272102102
Binary11100011101011111100010110010101010111011101010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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