Shades of Turquoise Blue #73D7E6
Tints of Turquoise Blue #73D7E6
RGB
CMYK
RGB Variations
Color information
#73D7E6 (or 0x73D7E6) is known color: Turquoise Blue. HEX triplet: 73, D7 and E6. RGB value is (115,215,230). Sum of RGB (Red+Green+Blue) = 115+215+230=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #73D7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D7E6 is #8C2819. Grayscale: #BABABA. Windows color (decimal): -9185306 or 15128435. OLE color: 15128435.
HSL color Cylindrical-coordinate representation of color #73D7E6: hue angle of 187.83º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73D7E6 is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 215 | 230 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.10 |
| HSL | 187.83º | 0.7% | 0.68% | - |
| HSV(B) | 187.83º | 0.5% | 0.9% | - |
| XYZ | 45.65 | 57.96 | 83.64 | - |
| YUV | 186.81 | 152.37 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 230 | 0.5 | 0.07 | 0 | 0.10 | 187.83 | 0.7 | 0.68 |
| Hex | 73 | D7 | E6 | 32 | 7 | 0 | A | BC | 46 | 44 |
| Octal | 163 | 327 | 346 | 62 | 7 | 0 | 12 | 274 | 106 | 104 |
| Binary | 1110011 | 11010111 | 11100110 | 110010 | 111 | 0 | 1010 | 10111100 | 1000110 | 1000100 |
Color Harmonies of #73D7E6
Complementary color
Monochromatic Colors of #73D7E6
Black with #73D7E6
Text Example
Text Example
White with #73D7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D7E6; }
p { color: rgb(115,215,230); }
H1.HeaderClassName
{
color: #73D7E6;
}
.AnyTagClassName
{
color: #73D7E6;
}
</style>
background-color css
<style>
a { background-color: #73D7E6; }
a { background-color: rgb(115,215,230); }
div.DivClassName
{
background-color: #73D7E6;
}
.BgClassName
{
background-color: #73D7E6;
}
</style>
border-color css
<style>
span { border-color: #73D7E6; }
span { border-color: rgb(115,215,230); }
td.TdClassName
{
border-color: #73D7E6;
}
.TagClassName
{
border-color: #73D7E6;
}
</style>