Shades of Turquoise Blue #73D9F6
Tints of Turquoise Blue #73D9F6
RGB
CMYK
RGB Variations
Color information
#73D9F6 (or 0x73D9F6) is known color: Turquoise Blue. HEX triplet: 73, D9 and F6. RGB value is (115,217,246). Sum of RGB (Red+Green+Blue) = 115+217+246=578 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.90% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #73D9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D9F6 is #8C2609. Grayscale: #BDBDBD. Windows color (decimal): -9184778 or 16177523. OLE color: 16177523.
HSL color Cylindrical-coordinate representation of color #73D9F6: hue angle of 193.28º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73D9F6 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 217 | 246 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.04 |
| HSL | 193.28º | 0.88% | 0.71% | - |
| HSV(B) | 193.28º | 0.53% | 0.96% | - |
| XYZ | 48.52 | 59.92 | 96.2 | - |
| YUV | 189.81 | 159.71 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 246 | 0.53 | 0.12 | 0 | 0.04 | 193.28 | 0.88 | 0.71 |
| Hex | 73 | D9 | F6 | 35 | C | 0 | 4 | C1 | 58 | 47 |
| Octal | 163 | 331 | 366 | 65 | 14 | 0 | 4 | 301 | 130 | 107 |
| Binary | 1110011 | 11011001 | 11110110 | 110101 | 1100 | 0 | 100 | 11000001 | 1011000 | 1000111 |
Color Harmonies of #73D9F6
Complementary color
Monochromatic Colors of #73D9F6
Black with #73D9F6
Text Example
Text Example
White with #73D9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D9F6; }
p { color: rgb(115,217,246); }
H1.HeaderClassName
{
color: #73D9F6;
}
.AnyTagClassName
{
color: #73D9F6;
}
</style>
background-color css
<style>
a { background-color: #73D9F6; }
a { background-color: rgb(115,217,246); }
div.DivClassName
{
background-color: #73D9F6;
}
.BgClassName
{
background-color: #73D9F6;
}
</style>
border-color css
<style>
span { border-color: #73D9F6; }
span { border-color: rgb(115,217,246); }
td.TdClassName
{
border-color: #73D9F6;
}
.TagClassName
{
border-color: #73D9F6;
}
</style>