Shades of Turquoise Blue #72D9D4
Tints of Turquoise Blue #72D9D4
RGB
CMYK
RGB Variations
Color information
#72D9D4 (or 0x72D9D4) is known color: Turquoise Blue. HEX triplet: 72, D9 and D4. RGB value is (114,217,212). Sum of RGB (Red+Green+Blue) = 114+217+212=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #72D9D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D9D4 is #8D262B. Grayscale: #B9B9B9. Windows color (decimal): -9250348 or 13949298. OLE color: 13949298.
HSL color Cylindrical-coordinate representation of color #72D9D4: hue angle of 177.09º degrees, saturation: 0.58, 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 #72D9D4 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 217 | 212 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.15 |
| HSL | 177.09º | 0.58% | 0.65% | - |
| HSV(B) | 177.09º | 0.47% | 0.85% | - |
| XYZ | 43.64 | 57.96 | 71.17 | - |
| YUV | 185.63 | 142.88 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 217 | 212 | 0.47 | 0 | 0.02 | 0.15 | 177.09 | 0.58 | 0.65 |
| Hex | 72 | D9 | D4 | 2F | 0 | 2 | F | B1 | 3A | 41 |
| Octal | 162 | 331 | 324 | 57 | 0 | 2 | 17 | 261 | 72 | 101 |
| Binary | 1110010 | 11011001 | 11010100 | 101111 | 0 | 10 | 1111 | 10110001 | 111010 | 1000001 |
Color Harmonies of #72D9D4
Complementary color
Monochromatic Colors of #72D9D4
Black with #72D9D4
Text Example
Text Example
White with #72D9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D9D4; }
p { color: rgb(114,217,212); }
H1.HeaderClassName
{
color: #72D9D4;
}
.AnyTagClassName
{
color: #72D9D4;
}
</style>
background-color css
<style>
a { background-color: #72D9D4; }
a { background-color: rgb(114,217,212); }
div.DivClassName
{
background-color: #72D9D4;
}
.BgClassName
{
background-color: #72D9D4;
}
</style>
border-color css
<style>
span { border-color: #72D9D4; }
span { border-color: rgb(114,217,212); }
td.TdClassName
{
border-color: #72D9D4;
}
.TagClassName
{
border-color: #72D9D4;
}
</style>