Shades of Turquoise Blue #72DBFE
Tints of Turquoise Blue #72DBFE
RGB
CMYK
RGB Variations
Color information
#72DBFE (or 0x72DBFE) is known color: Turquoise Blue. HEX triplet: 72, DB and FE. RGB value is (114,219,254). Sum of RGB (Red+Green+Blue) = 114+219+254=587 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.42% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #72DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DBFE is #8D2401. Grayscale: #BFBFBF. Windows color (decimal): -9249794 or 16702322. OLE color: 16702322.
HSL color Cylindrical-coordinate representation of color #72DBFE: hue angle of 195º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72DBFE is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 219 | 254 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.00 |
| HSL | 195º | 0.99% | 0.72% | - |
| HSV(B) | 195º | 0.55% | 1% | - |
| XYZ | 50.16 | 61.4 | 102.97 | - |
| YUV | 191.6 | 163.21 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 254 | 0.55 | 0.14 | 0 | 0.00 | 195 | 0.99 | 0.72 |
| Hex | 72 | DB | FE | 37 | E | 0 | 0 | C3 | 63 | 48 |
| Octal | 162 | 333 | 376 | 67 | 16 | 0 | 0 | 303 | 143 | 110 |
| Binary | 1110010 | 11011011 | 11111110 | 110111 | 1110 | 0 | 0 | 11000011 | 1100011 | 1001000 |
Color Harmonies of #72DBFE
Complementary color
Monochromatic Colors of #72DBFE
Black with #72DBFE
Text Example
Text Example
White with #72DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DBFE; }
p { color: rgb(114,219,254); }
H1.HeaderClassName
{
color: #72DBFE;
}
.AnyTagClassName
{
color: #72DBFE;
}
</style>
background-color css
<style>
a { background-color: #72DBFE; }
a { background-color: rgb(114,219,254); }
div.DivClassName
{
background-color: #72DBFE;
}
.BgClassName
{
background-color: #72DBFE;
}
</style>
border-color css
<style>
span { border-color: #72DBFE; }
span { border-color: rgb(114,219,254); }
td.TdClassName
{
border-color: #72DBFE;
}
.TagClassName
{
border-color: #72DBFE;
}
</style>