Shades of Turquoise Blue #72DBDF
Tints of Turquoise Blue #72DBDF
RGB
CMYK
RGB Variations
Color information
#72DBDF (or 0x72DBDF) is known color: Turquoise Blue. HEX triplet: 72, DB and DF. RGB value is (114,219,223). Sum of RGB (Red+Green+Blue) = 114+219+223=556 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.50% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #72DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DBDF is #8D2420. Grayscale: #BBBBBB. Windows color (decimal): -9249825 or 14670706. OLE color: 14670706.
HSL color Cylindrical-coordinate representation of color #72DBDF: hue angle of 182.2º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DBDF is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 219 | 223 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.13 |
| HSL | 182.2º | 0.63% | 0.66% | - |
| HSV(B) | 182.2º | 0.49% | 0.87% | - |
| XYZ | 45.59 | 59.57 | 78.91 | - |
| YUV | 188.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 223 | 0.49 | 0.02 | 0 | 0.13 | 182.2 | 0.63 | 0.66 |
| Hex | 72 | DB | DF | 31 | 2 | 0 | D | B6 | 3F | 42 |
| Octal | 162 | 333 | 337 | 61 | 2 | 0 | 15 | 266 | 77 | 102 |
| Binary | 1110010 | 11011011 | 11011111 | 110001 | 10 | 0 | 1101 | 10110110 | 111111 | 1000010 |
Color Harmonies of #72DBDF
Complementary color
Monochromatic Colors of #72DBDF
Black with #72DBDF
Text Example
Text Example
White with #72DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DBDF; }
p { color: rgb(114,219,223); }
H1.HeaderClassName
{
color: #72DBDF;
}
.AnyTagClassName
{
color: #72DBDF;
}
</style>
background-color css
<style>
a { background-color: #72DBDF; }
a { background-color: rgb(114,219,223); }
div.DivClassName
{
background-color: #72DBDF;
}
.BgClassName
{
background-color: #72DBDF;
}
</style>
border-color css
<style>
span { border-color: #72DBDF; }
span { border-color: rgb(114,219,223); }
td.TdClassName
{
border-color: #72DBDF;
}
.TagClassName
{
border-color: #72DBDF;
}
</style>