#72e5d7

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

Shades of Turquoise Blue #72E5D7

Tints of Turquoise Blue #72E5D7

Color information

#72E5D7 (or 0x72E5D7) is unknown color: approx Turquoise Blue. HEX triplet: 72, E5 and D7. RGB value is (114,229,215). Sum of RGB (Red+Green+Blue) = 114+229+215=558 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.43% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #72E5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E5D7 is #8D1A28. Grayscale: #C0C0C0. Windows color (decimal): -9247273 or 14148978. OLE color: 14148978.

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

Color convert

RGB114229215-
CMYK0.5000.060.10
HSL172.7º68.86%67.25%-
HSV(B)172.7º50.22%89.8%-
XYZ47.2264.5274.26-
YUV193.02140.471.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.43%
GREEN value IS 229 (89.84% from 255) = 41.04%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=20.43%
G=41.04%
B=38.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1142292150.5000.060.10172.768.8667.25
Hex72E5D73206Aad4543
Octal162345327620612255105103
Binary11100101110010111010111110010011010101010110110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72e5d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72e5d7; }

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

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

<style>
 a { background-color: #72e5d7; }

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

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

<style>
 span { border-color: #72e5d7; }

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

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