#71E2D6

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

Shades of Turquoise Blue #71E2D6

Tints of Turquoise Blue #71E2D6

Color information

#71E2D6 (or 0x71E2D6) is unknown color: approx Turquoise Blue. HEX triplet: 71, E2 and D6. RGB value is (113,226,214). Sum of RGB (Red+Green+Blue) = 113+226+214=553 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.43% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 226 - color contains mainly: green. Hex color #71E2D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E2D6 is #8E1D29. Grayscale: #BEBEBE. Windows color (decimal): -9313578 or 14082673. OLE color: 14082673.

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

Color convert

RGB113226214-
CMYK0.500.050.11
HSL173.63º66.08%66.47%-
HSV(B)173.63º50%88.63%-
XYZ46.1462.7673.3-
YUV190.85141.0672.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.43%
GREEN value IS 226 (88.67% from 255) = 40.87%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=20.43%
G=40.87%
B=38.70%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1132262140.500.050.11173.6366.0866.47
Hex71E2D63205Bae4242
Octal161342326620513256102102
Binary11100011110001011010110110010010110111010111010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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