Shades of Turquoise Blue #73EAEE
Tints of Turquoise Blue #73EAEE
RGB
CMYK
RGB Variations
Color information
#73EAEE (or 0x73EAEE) is known color: Turquoise Blue. HEX triplet: 73, EA and EE. RGB value is (115,234,238). Sum of RGB (Red+Green+Blue) = 115+234+238=587 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.59% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #73EAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EAEE is #8C1511. Grayscale: #C6C6C6. Windows color (decimal): -9180434 or 15657587. OLE color: 15657587.
HSL color Cylindrical-coordinate representation of color #73EAEE: hue angle of 181.95º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EAEE is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 234 | 238 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.07 |
| HSL | 181.95º | 0.78% | 0.69% | - |
| HSV(B) | 181.95º | 0.52% | 0.93% | - |
| XYZ | 51.93 | 68.66 | 91.41 | - |
| YUV | 198.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 238 | 0.52 | 0.02 | 0 | 0.07 | 181.95 | 0.78 | 0.69 |
| Hex | 73 | EA | EE | 34 | 2 | 0 | 7 | B6 | 4E | 45 |
| Octal | 163 | 352 | 356 | 64 | 2 | 0 | 7 | 266 | 116 | 105 |
| Binary | 1110011 | 11101010 | 11101110 | 110100 | 10 | 0 | 111 | 10110110 | 1001110 | 1000101 |
Color Harmonies of #73EAEE
Complementary color
Monochromatic Colors of #73EAEE
Black with #73EAEE
Text Example
Text Example
White with #73EAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EAEE; }
p { color: rgb(115,234,238); }
H1.HeaderClassName
{
color: #73EAEE;
}
.AnyTagClassName
{
color: #73EAEE;
}
</style>
background-color css
<style>
a { background-color: #73EAEE; }
a { background-color: rgb(115,234,238); }
div.DivClassName
{
background-color: #73EAEE;
}
.BgClassName
{
background-color: #73EAEE;
}
</style>
border-color css
<style>
span { border-color: #73EAEE; }
span { border-color: rgb(115,234,238); }
td.TdClassName
{
border-color: #73EAEE;
}
.TagClassName
{
border-color: #73EAEE;
}
</style>