Shades of Turquoise Blue #72D8DD
Tints of Turquoise Blue #72D8DD
RGB
CMYK
RGB Variations
Color information
#72D8DD (or 0x72D8DD) is known color: Turquoise Blue. HEX triplet: 72, D8 and DD. RGB value is (114,216,221). Sum of RGB (Red+Green+Blue) = 114+216+221=551 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.69% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #72D8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D8DD is #8D2722. Grayscale: #B9B9B9. Windows color (decimal): -9250595 or 14538866. OLE color: 14538866.
HSL color Cylindrical-coordinate representation of color #72D8DD: hue angle of 182.8º 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 #72D8DD is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 216 | 221 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.13 |
| HSL | 182.8º | 0.61% | 0.66% | - |
| HSV(B) | 182.8º | 0.48% | 0.87% | - |
| XYZ | 44.55 | 57.91 | 77.24 | - |
| YUV | 186.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 216 | 221 | 0.48 | 0.02 | 0 | 0.13 | 182.8 | 0.61 | 0.66 |
| Hex | 72 | D8 | DD | 30 | 2 | 0 | D | B7 | 3D | 42 |
| Octal | 162 | 330 | 335 | 60 | 2 | 0 | 15 | 267 | 75 | 102 |
| Binary | 1110010 | 11011000 | 11011101 | 110000 | 10 | 0 | 1101 | 10110111 | 111101 | 1000010 |
Color Harmonies of #72D8DD
Complementary color
Monochromatic Colors of #72D8DD
Black with #72D8DD
Text Example
Text Example
White with #72D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D8DD; }
p { color: rgb(114,216,221); }
H1.HeaderClassName
{
color: #72D8DD;
}
.AnyTagClassName
{
color: #72D8DD;
}
</style>
background-color css
<style>
a { background-color: #72D8DD; }
a { background-color: rgb(114,216,221); }
div.DivClassName
{
background-color: #72D8DD;
}
.BgClassName
{
background-color: #72D8DD;
}
</style>
border-color css
<style>
span { border-color: #72D8DD; }
span { border-color: rgb(114,216,221); }
td.TdClassName
{
border-color: #72D8DD;
}
.TagClassName
{
border-color: #72D8DD;
}
</style>