#71E2D7

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

Shades of Turquoise Blue #71E2D7

Tints of Turquoise Blue #71E2D7

Color information

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

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

Color convert

RGB113226215-
CMYK0.500.050.11
HSL174.16º66.08%66.47%-
HSV(B)174.16º50%88.63%-
XYZ46.2762.8173.97-
YUV190.96141.5672.39-

RGB Variations

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

RGB

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

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
Decimal1132262150.500.050.11174.1666.0866.47
Hex71E2D73205Bae4242
Octal161342327620513256102102
Binary11100011110001011010111110010010110111010111010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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