Shades of Turquoise Blue #72DCDA
Tints of Turquoise Blue #72DCDA
RGB
CMYK
RGB Variations
Color information
#72DCDA (or 0x72DCDA) is known color: Turquoise Blue. HEX triplet: 72, DC and DA. RGB value is (114,220,218). Sum of RGB (Red+Green+Blue) = 114+220+218=552 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.65% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCDA is #8D2325. Grayscale: #BBBBBB. Windows color (decimal): -9249574 or 14343282. OLE color: 14343282.
HSL color Cylindrical-coordinate representation of color #72DCDA: hue angle of 178.87º 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 #72DCDA is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 218 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.14 |
| HSL | 178.87º | 0.6% | 0.65% | - |
| HSV(B) | 178.87º | 0.48% | 0.86% | - |
| XYZ | 45.19 | 59.83 | 75.5 | - |
| YUV | 188.08 | 144.88 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 218 | 0.48 | 0 | 0.01 | 0.14 | 178.87 | 0.6 | 0.65 |
| Hex | 72 | DC | DA | 30 | 0 | 1 | E | B3 | 3C | 41 |
| Octal | 162 | 334 | 332 | 60 | 0 | 1 | 16 | 263 | 74 | 101 |
| Binary | 1110010 | 11011100 | 11011010 | 110000 | 0 | 1 | 1110 | 10110011 | 111100 | 1000001 |
Color Harmonies of #72DCDA
Complementary color
Monochromatic Colors of #72DCDA
Black with #72DCDA
Text Example
Text Example
White with #72DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCDA; }
p { color: rgb(114,220,218); }
H1.HeaderClassName
{
color: #72DCDA;
}
.AnyTagClassName
{
color: #72DCDA;
}
</style>
background-color css
<style>
a { background-color: #72DCDA; }
a { background-color: rgb(114,220,218); }
div.DivClassName
{
background-color: #72DCDA;
}
.BgClassName
{
background-color: #72DCDA;
}
</style>
border-color css
<style>
span { border-color: #72DCDA; }
span { border-color: rgb(114,220,218); }
td.TdClassName
{
border-color: #72DCDA;
}
.TagClassName
{
border-color: #72DCDA;
}
</style>