Shades of Turquoise Blue #73E3ED
Tints of Turquoise Blue #73E3ED
RGB
CMYK
RGB Variations
Color information
#73E3ED (or 0x73E3ED) is known color: Turquoise Blue. HEX triplet: 73, E3 and ED. RGB value is (115,227,237). Sum of RGB (Red+Green+Blue) = 115+227+237=579 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.86% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #73E3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73E3ED is #8C1C12. Grayscale: #C2C2C2. Windows color (decimal): -9182227 or 15590259. OLE color: 15590259.
HSL color Cylindrical-coordinate representation of color #73E3ED: hue angle of 184.92º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73E3ED is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 227 | 237 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.07 |
| HSL | 184.92º | 0.77% | 0.69% | - |
| HSV(B) | 184.92º | 0.51% | 0.93% | - |
| XYZ | 49.83 | 64.7 | 89.98 | - |
| YUV | 194.65 | 151.89 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 227 | 237 | 0.51 | 0.04 | 0 | 0.07 | 184.92 | 0.77 | 0.69 |
| Hex | 73 | E3 | ED | 33 | 4 | 0 | 7 | B9 | 4D | 45 |
| Octal | 163 | 343 | 355 | 63 | 4 | 0 | 7 | 271 | 115 | 105 |
| Binary | 1110011 | 11100011 | 11101101 | 110011 | 100 | 0 | 111 | 10111001 | 1001101 | 1000101 |
Color Harmonies of #73E3ED
Complementary color
Monochromatic Colors of #73E3ED
Black with #73E3ED
Text Example
Text Example
White with #73E3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E3ED; }
p { color: rgb(115,227,237); }
H1.HeaderClassName
{
color: #73E3ED;
}
.AnyTagClassName
{
color: #73E3ED;
}
</style>
background-color css
<style>
a { background-color: #73E3ED; }
a { background-color: rgb(115,227,237); }
div.DivClassName
{
background-color: #73E3ED;
}
.BgClassName
{
background-color: #73E3ED;
}
</style>
border-color css
<style>
span { border-color: #73E3ED; }
span { border-color: rgb(115,227,237); }
td.TdClassName
{
border-color: #73E3ED;
}
.TagClassName
{
border-color: #73E3ED;
}
</style>