Shades of Turquoise Blue #72DEFF
Tints of Turquoise Blue #72DEFF
RGB
CMYK
RGB Variations
Color information
#72DEFF (or 0x72DEFF) is known color: Turquoise Blue. HEX triplet: 72, DE and FF. RGB value is (114,222,255). Sum of RGB (Red+Green+Blue) = 114+222+255=591 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.29% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #72DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DEFF is #8D2100. Grayscale: #C1C1C1. Windows color (decimal): -9249025 or 16768626. OLE color: 16768626.
HSL color Cylindrical-coordinate representation of color #72DEFF: hue angle of 194.04º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72DEFF is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 222 | 255 | - |
| CMYK | 0.55 | 0.13 | 0 | 0 |
| HSL | 194.04º | 1% | 0.72% | - |
| HSV(B) | 194.04º | 0.55% | 1% | - |
| XYZ | 51.11 | 63.04 | 104.08 | - |
| YUV | 193.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 222 | 255 | 0.55 | 0.13 | 0 | 0 | 194.04 | 1 | 0.72 |
| Hex | 72 | DE | FF | 37 | D | 0 | 0 | C2 | 64 | 48 |
| Octal | 162 | 336 | 377 | 67 | 15 | 0 | 0 | 302 | 144 | 110 |
| Binary | 1110010 | 11011110 | 11111111 | 110111 | 1101 | 0 | 0 | 11000010 | 1100100 | 1001000 |
Color Harmonies of #72DEFF
Complementary color
Monochromatic Colors of #72DEFF
Black with #72DEFF
Text Example
Text Example
White with #72DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DEFF; }
p { color: rgb(114,222,255); }
H1.HeaderClassName
{
color: #72DEFF;
}
.AnyTagClassName
{
color: #72DEFF;
}
</style>
background-color css
<style>
a { background-color: #72DEFF; }
a { background-color: rgb(114,222,255); }
div.DivClassName
{
background-color: #72DEFF;
}
.BgClassName
{
background-color: #72DEFF;
}
</style>
border-color css
<style>
span { border-color: #72DEFF; }
span { border-color: rgb(114,222,255); }
td.TdClassName
{
border-color: #72DEFF;
}
.TagClassName
{
border-color: #72DEFF;
}
</style>