Shades of Turquoise Blue #73DAFA
Tints of Turquoise Blue #73DAFA
RGB
CMYK
RGB Variations
Color information
#73DAFA (or 0x73DAFA) is known color: Turquoise Blue. HEX triplet: 73, DA and FA. RGB value is (115,218,250). Sum of RGB (Red+Green+Blue) = 115+218+250=583 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.73% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #73DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DAFA is #8C2505. Grayscale: #BEBEBE. Windows color (decimal): -9184518 or 16439923. OLE color: 16439923.
HSL color Cylindrical-coordinate representation of color #73DAFA: hue angle of 194.22º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73DAFA is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 218 | 250 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.02 |
| HSL | 194.22º | 0.93% | 0.72% | - |
| HSV(B) | 194.22º | 0.54% | 0.98% | - |
| XYZ | 49.4 | 60.69 | 99.55 | - |
| YUV | 190.85 | 161.38 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 250 | 0.54 | 0.13 | 0 | 0.02 | 194.22 | 0.93 | 0.72 |
| Hex | 73 | DA | FA | 36 | D | 0 | 2 | C2 | 5D | 48 |
| Octal | 163 | 332 | 372 | 66 | 15 | 0 | 2 | 302 | 135 | 110 |
| Binary | 1110011 | 11011010 | 11111010 | 110110 | 1101 | 0 | 10 | 11000010 | 1011101 | 1001000 |
Color Harmonies of #73DAFA
Complementary color
Monochromatic Colors of #73DAFA
Black with #73DAFA
Text Example
Text Example
White with #73DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DAFA; }
p { color: rgb(115,218,250); }
H1.HeaderClassName
{
color: #73DAFA;
}
.AnyTagClassName
{
color: #73DAFA;
}
</style>
background-color css
<style>
a { background-color: #73DAFA; }
a { background-color: rgb(115,218,250); }
div.DivClassName
{
background-color: #73DAFA;
}
.BgClassName
{
background-color: #73DAFA;
}
</style>
border-color css
<style>
span { border-color: #73DAFA; }
span { border-color: rgb(115,218,250); }
td.TdClassName
{
border-color: #73DAFA;
}
.TagClassName
{
border-color: #73DAFA;
}
</style>