Shades of Turquoise Blue #72DDD6
Tints of Turquoise Blue #72DDD6
RGB
CMYK
RGB Variations
Color information
#72DDD6 (or 0x72DDD6) is known color: Turquoise Blue. HEX triplet: 72, DD and D6. RGB value is (114,221,214). Sum of RGB (Red+Green+Blue) = 114+221+214=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DDD6 is #8D2229. Grayscale: #BCBCBC. Windows color (decimal): -9249322 or 14081394. OLE color: 14081394.
HSL color Cylindrical-coordinate representation of color #72DDD6: hue angle of 176.07º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DDD6 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 221 | 214 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.13 |
| HSL | 176.07º | 0.61% | 0.66% | - |
| HSV(B) | 176.07º | 0.48% | 0.87% | - |
| XYZ | 44.93 | 60.15 | 72.86 | - |
| YUV | 188.21 | 142.55 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 221 | 214 | 0.48 | 0 | 0.03 | 0.13 | 176.07 | 0.61 | 0.66 |
| Hex | 72 | DD | D6 | 30 | 0 | 3 | D | B0 | 3D | 42 |
| Octal | 162 | 335 | 326 | 60 | 0 | 3 | 15 | 260 | 75 | 102 |
| Binary | 1110010 | 11011101 | 11010110 | 110000 | 0 | 11 | 1101 | 10110000 | 111101 | 1000010 |
Color Harmonies of #72DDD6
Complementary color
Monochromatic Colors of #72DDD6
Black with #72DDD6
Text Example
Text Example
White with #72DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DDD6; }
p { color: rgb(114,221,214); }
H1.HeaderClassName
{
color: #72DDD6;
}
.AnyTagClassName
{
color: #72DDD6;
}
</style>
background-color css
<style>
a { background-color: #72DDD6; }
a { background-color: rgb(114,221,214); }
div.DivClassName
{
background-color: #72DDD6;
}
.BgClassName
{
background-color: #72DDD6;
}
</style>
border-color css
<style>
span { border-color: #72DDD6; }
span { border-color: rgb(114,221,214); }
td.TdClassName
{
border-color: #72DDD6;
}
.TagClassName
{
border-color: #72DDD6;
}
</style>