Shades of Turquoise Blue #73DEFF
Tints of Turquoise Blue #73DEFF
RGB
CMYK
RGB Variations
Color information
#73DEFF (or 0x73DEFF) is known color: Turquoise Blue. HEX triplet: 73, DE and FF. RGB value is (115,222,255). Sum of RGB (Red+Green+Blue) = 115+222+255=592 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.43% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #73DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DEFF is #8C2100. Grayscale: #C1C1C1. Windows color (decimal): -9183489 or 16768627. OLE color: 16768627.
HSL color Cylindrical-coordinate representation of color #73DEFF: hue angle of 194.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73DEFF is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 222 | 255 | - |
| CMYK | 0.55 | 0.13 | 0 | 0 |
| HSL | 194.14º | 1% | 0.73% | - |
| HSV(B) | 194.14º | 0.55% | 1% | - |
| XYZ | 51.24 | 63.11 | 104.09 | - |
| YUV | 193.77 | 162.55 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 222 | 255 | 0.55 | 0.13 | 0 | 0 | 194.14 | 1 | 0.73 |
| Hex | 73 | DE | FF | 37 | D | 0 | 0 | C2 | 64 | 49 |
| Octal | 163 | 336 | 377 | 67 | 15 | 0 | 0 | 302 | 144 | 111 |
| Binary | 1110011 | 11011110 | 11111111 | 110111 | 1101 | 0 | 0 | 11000010 | 1100100 | 1001001 |
Color Harmonies of #73DEFF
Complementary color
Monochromatic Colors of #73DEFF
Black with #73DEFF
Text Example
Text Example
White with #73DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DEFF; }
p { color: rgb(115,222,255); }
H1.HeaderClassName
{
color: #73DEFF;
}
.AnyTagClassName
{
color: #73DEFF;
}
</style>
background-color css
<style>
a { background-color: #73DEFF; }
a { background-color: rgb(115,222,255); }
div.DivClassName
{
background-color: #73DEFF;
}
.BgClassName
{
background-color: #73DEFF;
}
</style>
border-color css
<style>
span { border-color: #73DEFF; }
span { border-color: rgb(115,222,255); }
td.TdClassName
{
border-color: #73DEFF;
}
.TagClassName
{
border-color: #73DEFF;
}
</style>