Shades of Turquoise Blue #73D5EE
Tints of Turquoise Blue #73D5EE
RGB
CMYK
RGB Variations
Color information
#73D5EE (or 0x73D5EE) is known color: Turquoise Blue. HEX triplet: 73, D5 and EE. RGB value is (115,213,238). Sum of RGB (Red+Green+Blue) = 115+213+238=566 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.32% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #73D5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D5EE is #8C2A11. Grayscale: #BABABA. Windows color (decimal): -9185810 or 15652211. OLE color: 15652211.
HSL color Cylindrical-coordinate representation of color #73D5EE: hue angle of 192.2º 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 #73D5EE is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 213 | 238 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.07 |
| HSL | 192.2º | 0.78% | 0.69% | - |
| HSV(B) | 192.2º | 0.52% | 0.93% | - |
| XYZ | 46.3 | 57.41 | 89.53 | - |
| YUV | 186.55 | 157.03 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 238 | 0.52 | 0.11 | 0 | 0.07 | 192.2 | 0.78 | 0.69 |
| Hex | 73 | D5 | EE | 34 | B | 0 | 7 | C0 | 4E | 45 |
| Octal | 163 | 325 | 356 | 64 | 13 | 0 | 7 | 300 | 116 | 105 |
| Binary | 1110011 | 11010101 | 11101110 | 110100 | 1011 | 0 | 111 | 11000000 | 1001110 | 1000101 |
Color Harmonies of #73D5EE
Complementary color
Monochromatic Colors of #73D5EE
Black with #73D5EE
Text Example
Text Example
White with #73D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D5EE; }
p { color: rgb(115,213,238); }
H1.HeaderClassName
{
color: #73D5EE;
}
.AnyTagClassName
{
color: #73D5EE;
}
</style>
background-color css
<style>
a { background-color: #73D5EE; }
a { background-color: rgb(115,213,238); }
div.DivClassName
{
background-color: #73D5EE;
}
.BgClassName
{
background-color: #73D5EE;
}
</style>
border-color css
<style>
span { border-color: #73D5EE; }
span { border-color: rgb(115,213,238); }
td.TdClassName
{
border-color: #73D5EE;
}
.TagClassName
{
border-color: #73D5EE;
}
</style>