Shades of Turquoise Blue #73D0EE
Tints of Turquoise Blue #73D0EE
RGB
CMYK
RGB Variations
Color information
#73D0EE (or 0x73D0EE) is known color: Turquoise Blue. HEX triplet: 73, D0 and EE. RGB value is (115,208,238). Sum of RGB (Red+Green+Blue) = 115+208+238=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #73D0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D0EE is #8C2F11. Grayscale: #B7B7B7. Windows color (decimal): -9187090 or 15650931. OLE color: 15650931.
HSL color Cylindrical-coordinate representation of color #73D0EE: hue angle of 194.63º 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 #73D0EE is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 208 | 238 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.07 |
| HSL | 194.63º | 0.78% | 0.69% | - |
| HSV(B) | 194.63º | 0.52% | 0.93% | - |
| XYZ | 45.06 | 54.93 | 89.12 | - |
| YUV | 183.61 | 158.69 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 238 | 0.52 | 0.13 | 0 | 0.07 | 194.63 | 0.78 | 0.69 |
| Hex | 73 | D0 | EE | 34 | D | 0 | 7 | C3 | 4E | 45 |
| Octal | 163 | 320 | 356 | 64 | 15 | 0 | 7 | 303 | 116 | 105 |
| Binary | 1110011 | 11010000 | 11101110 | 110100 | 1101 | 0 | 111 | 11000011 | 1001110 | 1000101 |
Color Harmonies of #73D0EE
Complementary color
Monochromatic Colors of #73D0EE
Black with #73D0EE
Text Example
Text Example
White with #73D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D0EE; }
p { color: rgb(115,208,238); }
H1.HeaderClassName
{
color: #73D0EE;
}
.AnyTagClassName
{
color: #73D0EE;
}
</style>
background-color css
<style>
a { background-color: #73D0EE; }
a { background-color: rgb(115,208,238); }
div.DivClassName
{
background-color: #73D0EE;
}
.BgClassName
{
background-color: #73D0EE;
}
</style>
border-color css
<style>
span { border-color: #73D0EE; }
span { border-color: rgb(115,208,238); }
td.TdClassName
{
border-color: #73D0EE;
}
.TagClassName
{
border-color: #73D0EE;
}
</style>