Shades of Turquoise Blue #72E1DD
Tints of Turquoise Blue #72E1DD
RGB
CMYK
RGB Variations
Color information
#72E1DD (or 0x72E1DD) is known color: Turquoise Blue. HEX triplet: 72, E1 and DD. RGB value is (114,225,221). Sum of RGB (Red+Green+Blue) = 114+225+221=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #72E1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E1DD is #8D1E22. Grayscale: #BFBFBF. Windows color (decimal): -9248291 or 14541170. OLE color: 14541170.
HSL color Cylindrical-coordinate representation of color #72E1DD: hue angle of 177.84º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E1DD is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 225 | 221 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.12 |
| HSL | 177.84º | 0.65% | 0.66% | - |
| HSV(B) | 177.84º | 0.49% | 0.88% | - |
| XYZ | 46.92 | 62.65 | 78.03 | - |
| YUV | 191.36 | 144.73 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 225 | 221 | 0.49 | 0 | 0.02 | 0.12 | 177.84 | 0.65 | 0.66 |
| Hex | 72 | E1 | DD | 31 | 0 | 2 | C | B2 | 41 | 42 |
| Octal | 162 | 341 | 335 | 61 | 0 | 2 | 14 | 262 | 101 | 102 |
| Binary | 1110010 | 11100001 | 11011101 | 110001 | 0 | 10 | 1100 | 10110010 | 1000001 | 1000010 |
Color Harmonies of #72E1DD
Complementary color
Monochromatic Colors of #72E1DD
Black with #72E1DD
Text Example
Text Example
White with #72E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E1DD; }
p { color: rgb(114,225,221); }
H1.HeaderClassName
{
color: #72E1DD;
}
.AnyTagClassName
{
color: #72E1DD;
}
</style>
background-color css
<style>
a { background-color: #72E1DD; }
a { background-color: rgb(114,225,221); }
div.DivClassName
{
background-color: #72E1DD;
}
.BgClassName
{
background-color: #72E1DD;
}
</style>
border-color css
<style>
span { border-color: #72E1DD; }
span { border-color: rgb(114,225,221); }
td.TdClassName
{
border-color: #72E1DD;
}
.TagClassName
{
border-color: #72E1DD;
}
</style>