Shades of Turquoise Blue #72D3DC
Tints of Turquoise Blue #72D3DC
RGB
CMYK
RGB Variations
Color information
#72D3DC (or 0x72D3DC) is known color: Turquoise Blue. HEX triplet: 72, D3 and DC. RGB value is (114,211,220). Sum of RGB (Red+Green+Blue) = 114+211+220=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #72D3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D3DC is #8D2C23. Grayscale: #B6B6B6. Windows color (decimal): -9251876 or 14472050. OLE color: 14472050.
HSL color Cylindrical-coordinate representation of color #72D3DC: hue angle of 185.09º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72D3DC is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 211 | 220 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.14 |
| HSL | 185.09º | 0.6% | 0.65% | - |
| HSV(B) | 185.09º | 0.48% | 0.86% | - |
| XYZ | 43.15 | 55.33 | 76.12 | - |
| YUV | 183.02 | 148.86 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 220 | 0.48 | 0.04 | 0 | 0.14 | 185.09 | 0.6 | 0.65 |
| Hex | 72 | D3 | DC | 30 | 4 | 0 | E | B9 | 3C | 41 |
| Octal | 162 | 323 | 334 | 60 | 4 | 0 | 16 | 271 | 74 | 101 |
| Binary | 1110010 | 11010011 | 11011100 | 110000 | 100 | 0 | 1110 | 10111001 | 111100 | 1000001 |
Color Harmonies of #72D3DC
Complementary color
Monochromatic Colors of #72D3DC
Black with #72D3DC
Text Example
Text Example
White with #72D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D3DC; }
p { color: rgb(114,211,220); }
H1.HeaderClassName
{
color: #72D3DC;
}
.AnyTagClassName
{
color: #72D3DC;
}
</style>
background-color css
<style>
a { background-color: #72D3DC; }
a { background-color: rgb(114,211,220); }
div.DivClassName
{
background-color: #72D3DC;
}
.BgClassName
{
background-color: #72D3DC;
}
</style>
border-color css
<style>
span { border-color: #72D3DC; }
span { border-color: rgb(114,211,220); }
td.TdClassName
{
border-color: #72D3DC;
}
.TagClassName
{
border-color: #72D3DC;
}
</style>