#71E5D7

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

Shades of Turquoise Blue #71E5D7

Tints of Turquoise Blue #71E5D7

Color information

#71E5D7 (or 0x71E5D7) is unknown color: approx Turquoise Blue. HEX triplet: 71, E5 and D7. RGB value is (113,229,215). Sum of RGB (Red+Green+Blue) = 113+229+215=557 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.29% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #71E5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E5D7 is #8E1A28. Grayscale: #C0C0C0. Windows color (decimal): -9312809 or 14148977. OLE color: 14148977.

HSL color Cylindrical-coordinate representation of color #71E5D7: hue angle of 172.76º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71E5D7 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB113229215-
CMYK0.5100.060.10
HSL172.76º69.05%67.06%-
HSV(B)172.76º50.66%89.8%-
XYZ47.164.4674.25-
YUV192.72140.5771.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.29%
GREEN value IS 229 (89.84% from 255) = 41.11%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=20.29%
G=41.11%
B=38.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1132292150.5100.060.10172.7669.0567.06
Hex71E5D73306Aad4543
Octal161345327630612255105103
Binary11100011110010111010111110011011010101010110110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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