Shades of Turquoise Blue #72DCD7
Tints of Turquoise Blue #72DCD7
RGB
CMYK
RGB Variations
Color information
#72DCD7 (or 0x72DCD7) is known color: Turquoise Blue. HEX triplet: 72, DC and D7. RGB value is (114,220,215). Sum of RGB (Red+Green+Blue) = 114+220+215=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCD7 is #8D2328. Grayscale: #BBBBBB. Windows color (decimal): -9249577 or 14146674. OLE color: 14146674.
HSL color Cylindrical-coordinate representation of color #72DCD7: hue angle of 177.17º 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 #72DCD7 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 215 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.14 |
| HSL | 177.17º | 0.6% | 0.65% | - |
| HSV(B) | 177.17º | 0.48% | 0.86% | - |
| XYZ | 44.8 | 59.67 | 73.45 | - |
| YUV | 187.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 215 | 0.48 | 0 | 0.02 | 0.14 | 177.17 | 0.6 | 0.65 |
| Hex | 72 | DC | D7 | 30 | 0 | 2 | E | B1 | 3C | 41 |
| Octal | 162 | 334 | 327 | 60 | 0 | 2 | 16 | 261 | 74 | 101 |
| Binary | 1110010 | 11011100 | 11010111 | 110000 | 0 | 10 | 1110 | 10110001 | 111100 | 1000001 |
Color Harmonies of #72DCD7
Complementary color
Monochromatic Colors of #72DCD7
Black with #72DCD7
Text Example
Text Example
White with #72DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCD7; }
p { color: rgb(114,220,215); }
H1.HeaderClassName
{
color: #72DCD7;
}
.AnyTagClassName
{
color: #72DCD7;
}
</style>
background-color css
<style>
a { background-color: #72DCD7; }
a { background-color: rgb(114,220,215); }
div.DivClassName
{
background-color: #72DCD7;
}
.BgClassName
{
background-color: #72DCD7;
}
</style>
border-color css
<style>
span { border-color: #72DCD7; }
span { border-color: rgb(114,220,215); }
td.TdClassName
{
border-color: #72DCD7;
}
.TagClassName
{
border-color: #72DCD7;
}
</style>