Shades of Turquoise Blue #73D1E6
Tints of Turquoise Blue #73D1E6
RGB
CMYK
RGB Variations
Color information
#73D1E6 (or 0x73D1E6) is known color: Turquoise Blue. HEX triplet: 73, D1 and E6. RGB value is (115,209,230). Sum of RGB (Red+Green+Blue) = 115+209+230=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #73D1E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D1E6 is #8C2E19. Grayscale: #B7B7B7. Windows color (decimal): -9186842 or 15126899. OLE color: 15126899.
HSL color Cylindrical-coordinate representation of color #73D1E6: hue angle of 190.96º 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 #73D1E6 is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 209 | 230 | - |
| CMYK | 0.5 | 0.09 | 0 | 0.10 |
| HSL | 190.96º | 0.7% | 0.68% | - |
| HSV(B) | 190.96º | 0.5% | 0.9% | - |
| XYZ | 44.15 | 54.96 | 83.14 | - |
| YUV | 183.29 | 154.36 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 230 | 0.5 | 0.09 | 0 | 0.10 | 190.96 | 0.7 | 0.68 |
| Hex | 73 | D1 | E6 | 32 | 9 | 0 | A | BF | 46 | 44 |
| Octal | 163 | 321 | 346 | 62 | 11 | 0 | 12 | 277 | 106 | 104 |
| Binary | 1110011 | 11010001 | 11100110 | 110010 | 1001 | 0 | 1010 | 10111111 | 1000110 | 1000100 |
Color Harmonies of #73D1E6
Complementary color
Monochromatic Colors of #73D1E6
Black with #73D1E6
Text Example
Text Example
White with #73D1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D1E6; }
p { color: rgb(115,209,230); }
H1.HeaderClassName
{
color: #73D1E6;
}
.AnyTagClassName
{
color: #73D1E6;
}
</style>
background-color css
<style>
a { background-color: #73D1E6; }
a { background-color: rgb(115,209,230); }
div.DivClassName
{
background-color: #73D1E6;
}
.BgClassName
{
background-color: #73D1E6;
}
</style>
border-color css
<style>
span { border-color: #73D1E6; }
span { border-color: rgb(115,209,230); }
td.TdClassName
{
border-color: #73D1E6;
}
.TagClassName
{
border-color: #73D1E6;
}
</style>