Shades of Turquoise Blue #73D9DD
Tints of Turquoise Blue #73D9DD
RGB
CMYK
RGB Variations
Color information
#73D9DD (or 0x73D9DD) is known color: Turquoise Blue. HEX triplet: 73, D9 and DD. RGB value is (115,217,221). Sum of RGB (Red+Green+Blue) = 115+217+221=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #73D9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D9DD is #8C2622. Grayscale: #BABABA. Windows color (decimal): -9184803 or 14539123. OLE color: 14539123.
HSL color Cylindrical-coordinate representation of color #73D9DD: hue angle of 182.26º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73D9DD is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 217 | 221 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.13 |
| HSL | 182.26º | 0.61% | 0.66% | - |
| HSV(B) | 182.26º | 0.48% | 0.87% | - |
| XYZ | 44.93 | 58.49 | 77.33 | - |
| YUV | 186.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 221 | 0.48 | 0.02 | 0 | 0.13 | 182.26 | 0.61 | 0.66 |
| Hex | 73 | D9 | DD | 30 | 2 | 0 | D | B6 | 3D | 42 |
| Octal | 163 | 331 | 335 | 60 | 2 | 0 | 15 | 266 | 75 | 102 |
| Binary | 1110011 | 11011001 | 11011101 | 110000 | 10 | 0 | 1101 | 10110110 | 111101 | 1000010 |
Color Harmonies of #73D9DD
Complementary color
Monochromatic Colors of #73D9DD
Black with #73D9DD
Text Example
Text Example
White with #73D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D9DD; }
p { color: rgb(115,217,221); }
H1.HeaderClassName
{
color: #73D9DD;
}
.AnyTagClassName
{
color: #73D9DD;
}
</style>
background-color css
<style>
a { background-color: #73D9DD; }
a { background-color: rgb(115,217,221); }
div.DivClassName
{
background-color: #73D9DD;
}
.BgClassName
{
background-color: #73D9DD;
}
</style>
border-color css
<style>
span { border-color: #73D9DD; }
span { border-color: rgb(115,217,221); }
td.TdClassName
{
border-color: #73D9DD;
}
.TagClassName
{
border-color: #73D9DD;
}
</style>