Shades of Turquoise Blue #72D5D8
Tints of Turquoise Blue #72D5D8
RGB
CMYK
RGB Variations
Color information
#72D5D8 (or 0x72D5D8) is known color: Turquoise Blue. HEX triplet: 72, D5 and D8. RGB value is (114,213,216). Sum of RGB (Red+Green+Blue) = 114+213+216=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #72D5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D5D8 is #8D2A27. Grayscale: #B7B7B7. Windows color (decimal): -9251368 or 14210418. OLE color: 14210418.
HSL color Cylindrical-coordinate representation of color #72D5D8: hue angle of 181.76º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D5D8 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 213 | 216 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.15 |
| HSL | 181.76º | 0.57% | 0.65% | - |
| HSV(B) | 181.76º | 0.47% | 0.85% | - |
| XYZ | 43.13 | 56.12 | 73.53 | - |
| YUV | 183.74 | 146.2 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 213 | 216 | 0.47 | 0.01 | 0 | 0.15 | 181.76 | 0.57 | 0.65 |
| Hex | 72 | D5 | D8 | 2F | 1 | 0 | F | B6 | 39 | 41 |
| Octal | 162 | 325 | 330 | 57 | 1 | 0 | 17 | 266 | 71 | 101 |
| Binary | 1110010 | 11010101 | 11011000 | 101111 | 1 | 0 | 1111 | 10110110 | 111001 | 1000001 |
Color Harmonies of #72D5D8
Complementary color
Monochromatic Colors of #72D5D8
Black with #72D5D8
Text Example
Text Example
White with #72D5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D5D8; }
p { color: rgb(114,213,216); }
H1.HeaderClassName
{
color: #72D5D8;
}
.AnyTagClassName
{
color: #72D5D8;
}
</style>
background-color css
<style>
a { background-color: #72D5D8; }
a { background-color: rgb(114,213,216); }
div.DivClassName
{
background-color: #72D5D8;
}
.BgClassName
{
background-color: #72D5D8;
}
</style>
border-color css
<style>
span { border-color: #72D5D8; }
span { border-color: rgb(114,213,216); }
td.TdClassName
{
border-color: #72D5D8;
}
.TagClassName
{
border-color: #72D5D8;
}
</style>