Shades of Turquoise Blue #73DFFF
Tints of Turquoise Blue #73DFFF
RGB
CMYK
RGB Variations
Color information
#73DFFF (or 0x73DFFF) is known color: Turquoise Blue. HEX triplet: 73, DF and FF. RGB value is (115,223,255). Sum of RGB (Red+Green+Blue) = 115+223+255=593 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.39% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #73DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFFF is #8C2000. Grayscale: #C2C2C2. Windows color (decimal): -9183233 or 16768883. OLE color: 16768883.
HSL color Cylindrical-coordinate representation of color #73DFFF: hue angle of 193.71º 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 #73DFFF is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 223 | 255 | - |
| CMYK | 0.55 | 0.13 | 0 | 0 |
| HSL | 193.71º | 1% | 0.73% | - |
| HSV(B) | 193.71º | 0.55% | 1% | - |
| XYZ | 51.51 | 63.64 | 104.18 | - |
| YUV | 194.36 | 162.22 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 255 | 0.55 | 0.13 | 0 | 0 | 193.71 | 1 | 0.73 |
| Hex | 73 | DF | FF | 37 | D | 0 | 0 | C2 | 64 | 49 |
| Octal | 163 | 337 | 377 | 67 | 15 | 0 | 0 | 302 | 144 | 111 |
| Binary | 1110011 | 11011111 | 11111111 | 110111 | 1101 | 0 | 0 | 11000010 | 1100100 | 1001001 |
Color Harmonies of #73DFFF
Complementary color
Monochromatic Colors of #73DFFF
Black with #73DFFF
Text Example
Text Example
White with #73DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFFF; }
p { color: rgb(115,223,255); }
H1.HeaderClassName
{
color: #73DFFF;
}
.AnyTagClassName
{
color: #73DFFF;
}
</style>
background-color css
<style>
a { background-color: #73DFFF; }
a { background-color: rgb(115,223,255); }
div.DivClassName
{
background-color: #73DFFF;
}
.BgClassName
{
background-color: #73DFFF;
}
</style>
border-color css
<style>
span { border-color: #73DFFF; }
span { border-color: rgb(115,223,255); }
td.TdClassName
{
border-color: #73DFFF;
}
.TagClassName
{
border-color: #73DFFF;
}
</style>