Shades of Turquoise Blue #72DDD5
Tints of Turquoise Blue #72DDD5
RGB
CMYK
RGB Variations
Color information
#72DDD5 (or 0x72DDD5) is known color: Turquoise Blue. HEX triplet: 72, DD and D5. RGB value is (114,221,213). Sum of RGB (Red+Green+Blue) = 114+221+213=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DDD5 is #8D222A. Grayscale: #BCBCBC. Windows color (decimal): -9249323 or 14015858. OLE color: 14015858.
HSL color Cylindrical-coordinate representation of color #72DDD5: hue angle of 175.51º 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 #72DDD5 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 221 | 213 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.13 |
| HSL | 175.51º | 0.61% | 0.66% | - |
| HSV(B) | 175.51º | 0.48% | 0.87% | - |
| XYZ | 44.81 | 60.09 | 72.19 | - |
| YUV | 188.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 221 | 213 | 0.48 | 0 | 0.04 | 0.13 | 175.51 | 0.61 | 0.66 |
| Hex | 72 | DD | D5 | 30 | 0 | 4 | D | B0 | 3D | 42 |
| Octal | 162 | 335 | 325 | 60 | 0 | 4 | 15 | 260 | 75 | 102 |
| Binary | 1110010 | 11011101 | 11010101 | 110000 | 0 | 100 | 1101 | 10110000 | 111101 | 1000010 |
Color Harmonies of #72DDD5
Complementary color
Monochromatic Colors of #72DDD5
Black with #72DDD5
Text Example
Text Example
White with #72DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DDD5; }
p { color: rgb(114,221,213); }
H1.HeaderClassName
{
color: #72DDD5;
}
.AnyTagClassName
{
color: #72DDD5;
}
</style>
background-color css
<style>
a { background-color: #72DDD5; }
a { background-color: rgb(114,221,213); }
div.DivClassName
{
background-color: #72DDD5;
}
.BgClassName
{
background-color: #72DDD5;
}
</style>
border-color css
<style>
span { border-color: #72DDD5; }
span { border-color: rgb(114,221,213); }
td.TdClassName
{
border-color: #72DDD5;
}
.TagClassName
{
border-color: #72DDD5;
}
</style>