Shades of Turquoise Blue #72DBFD
Tints of Turquoise Blue #72DBFD
RGB
CMYK
RGB Variations
Color information
#72DBFD (or 0x72DBFD) is known color: Turquoise Blue. HEX triplet: 72, DB and FD. RGB value is (114,219,253). Sum of RGB (Red+Green+Blue) = 114+219+253=586 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.45% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #72DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DBFD is #8D2402. Grayscale: #BFBFBF. Windows color (decimal): -9249795 or 16636786. OLE color: 16636786.
HSL color Cylindrical-coordinate representation of color #72DBFD: hue angle of 194.68º degrees, saturation: 0.97, 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 #72DBFD is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 219 | 253 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.01 |
| HSL | 194.68º | 0.97% | 0.72% | - |
| HSV(B) | 194.68º | 0.55% | 0.99% | - |
| XYZ | 50 | 61.33 | 102.13 | - |
| YUV | 191.48 | 162.71 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 253 | 0.55 | 0.13 | 0 | 0.01 | 194.68 | 0.97 | 0.72 |
| Hex | 72 | DB | FD | 37 | D | 0 | 1 | C3 | 61 | 48 |
| Octal | 162 | 333 | 375 | 67 | 15 | 0 | 1 | 303 | 141 | 110 |
| Binary | 1110010 | 11011011 | 11111101 | 110111 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001000 |
Color Harmonies of #72DBFD
Complementary color
Monochromatic Colors of #72DBFD
Black with #72DBFD
Text Example
Text Example
White with #72DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DBFD; }
p { color: rgb(114,219,253); }
H1.HeaderClassName
{
color: #72DBFD;
}
.AnyTagClassName
{
color: #72DBFD;
}
</style>
background-color css
<style>
a { background-color: #72DBFD; }
a { background-color: rgb(114,219,253); }
div.DivClassName
{
background-color: #72DBFD;
}
.BgClassName
{
background-color: #72DBFD;
}
</style>
border-color css
<style>
span { border-color: #72DBFD; }
span { border-color: rgb(114,219,253); }
td.TdClassName
{
border-color: #72DBFD;
}
.TagClassName
{
border-color: #72DBFD;
}
</style>