Shades of Turquoise Blue #72DBFC
Tints of Turquoise Blue #72DBFC
RGB
CMYK
RGB Variations
Color information
#72DBFC (or 0x72DBFC) is known color: Turquoise Blue. HEX triplet: 72, DB and FC. RGB value is (114,219,252). Sum of RGB (Red+Green+Blue) = 114+219+252=585 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.49% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #72DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DBFC is #8D2403. Grayscale: #BFBFBF. Windows color (decimal): -9249796 or 16571250. OLE color: 16571250.
HSL color Cylindrical-coordinate representation of color #72DBFC: hue angle of 194.35º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72DBFC is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 219 | 252 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.01 |
| HSL | 194.35º | 0.96% | 0.72% | - |
| HSV(B) | 194.35º | 0.55% | 0.99% | - |
| XYZ | 49.84 | 61.27 | 101.29 | - |
| YUV | 191.37 | 162.21 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 252 | 0.55 | 0.13 | 0 | 0.01 | 194.35 | 0.96 | 0.72 |
| Hex | 72 | DB | FC | 37 | D | 0 | 1 | C2 | 60 | 48 |
| Octal | 162 | 333 | 374 | 67 | 15 | 0 | 1 | 302 | 140 | 110 |
| Binary | 1110010 | 11011011 | 11111100 | 110111 | 1101 | 0 | 1 | 11000010 | 1100000 | 1001000 |
Color Harmonies of #72DBFC
Complementary color
Monochromatic Colors of #72DBFC
Black with #72DBFC
Text Example
Text Example
White with #72DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DBFC; }
p { color: rgb(114,219,252); }
H1.HeaderClassName
{
color: #72DBFC;
}
.AnyTagClassName
{
color: #72DBFC;
}
</style>
background-color css
<style>
a { background-color: #72DBFC; }
a { background-color: rgb(114,219,252); }
div.DivClassName
{
background-color: #72DBFC;
}
.BgClassName
{
background-color: #72DBFC;
}
</style>
border-color css
<style>
span { border-color: #72DBFC; }
span { border-color: rgb(114,219,252); }
td.TdClassName
{
border-color: #72DBFC;
}
.TagClassName
{
border-color: #72DBFC;
}
</style>