Shades of Turquoise Blue #73DFE9
Tints of Turquoise Blue #73DFE9
RGB
CMYK
RGB Variations
Color information
#73DFE9 (or 0x73DFE9) is known color: Turquoise Blue. HEX triplet: 73, DF and E9. RGB value is (115,223,233). Sum of RGB (Red+Green+Blue) = 115+223+233=571 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.14% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #73DFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFE9 is #8C2016. Grayscale: #BFBFBF. Windows color (decimal): -9183255 or 15327091. OLE color: 15327091.
HSL color Cylindrical-coordinate representation of color #73DFE9: hue angle of 185.08º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73DFE9 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 223 | 233 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.09 |
| HSL | 185.08º | 0.73% | 0.68% | - |
| HSV(B) | 185.08º | 0.51% | 0.91% | - |
| XYZ | 48.17 | 62.3 | 86.58 | - |
| YUV | 191.85 | 151.22 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 233 | 0.51 | 0.04 | 0 | 0.09 | 185.08 | 0.73 | 0.68 |
| Hex | 73 | DF | E9 | 33 | 4 | 0 | 9 | B9 | 49 | 44 |
| Octal | 163 | 337 | 351 | 63 | 4 | 0 | 11 | 271 | 111 | 104 |
| Binary | 1110011 | 11011111 | 11101001 | 110011 | 100 | 0 | 1001 | 10111001 | 1001001 | 1000100 |
Color Harmonies of #73DFE9
Complementary color
Monochromatic Colors of #73DFE9
Black with #73DFE9
Text Example
Text Example
White with #73DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFE9; }
p { color: rgb(115,223,233); }
H1.HeaderClassName
{
color: #73DFE9;
}
.AnyTagClassName
{
color: #73DFE9;
}
</style>
background-color css
<style>
a { background-color: #73DFE9; }
a { background-color: rgb(115,223,233); }
div.DivClassName
{
background-color: #73DFE9;
}
.BgClassName
{
background-color: #73DFE9;
}
</style>
border-color css
<style>
span { border-color: #73DFE9; }
span { border-color: rgb(115,223,233); }
td.TdClassName
{
border-color: #73DFE9;
}
.TagClassName
{
border-color: #73DFE9;
}
</style>