Shades of Turquoise Blue #73DADC
Tints of Turquoise Blue #73DADC
RGB
CMYK
RGB Variations
Color information
#73DADC (or 0x73DADC) is known color: Turquoise Blue. HEX triplet: 73, DA and DC. RGB value is (115,218,220). Sum of RGB (Red+Green+Blue) = 115+218+220=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #73DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DADC is #8C2523. Grayscale: #BBBBBB. Windows color (decimal): -9184548 or 14473843. OLE color: 14473843.
HSL color Cylindrical-coordinate representation of color #73DADC: hue angle of 181.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DADC is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 218 | 220 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.14 |
| HSL | 181.14º | 0.6% | 0.66% | - |
| HSV(B) | 181.14º | 0.48% | 0.86% | - |
| XYZ | 45.06 | 58.95 | 76.71 | - |
| YUV | 187.43 | 146.38 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 220 | 0.48 | 0.01 | 0 | 0.14 | 181.14 | 0.6 | 0.66 |
| Hex | 73 | DA | DC | 30 | 1 | 0 | E | B5 | 3C | 42 |
| Octal | 163 | 332 | 334 | 60 | 1 | 0 | 16 | 265 | 74 | 102 |
| Binary | 1110011 | 11011010 | 11011100 | 110000 | 1 | 0 | 1110 | 10110101 | 111100 | 1000010 |
Color Harmonies of #73DADC
Complementary color
Monochromatic Colors of #73DADC
Black with #73DADC
Text Example
Text Example
White with #73DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DADC; }
p { color: rgb(115,218,220); }
H1.HeaderClassName
{
color: #73DADC;
}
.AnyTagClassName
{
color: #73DADC;
}
</style>
background-color css
<style>
a { background-color: #73DADC; }
a { background-color: rgb(115,218,220); }
div.DivClassName
{
background-color: #73DADC;
}
.BgClassName
{
background-color: #73DADC;
}
</style>
border-color css
<style>
span { border-color: #73DADC; }
span { border-color: rgb(115,218,220); }
td.TdClassName
{
border-color: #73DADC;
}
.TagClassName
{
border-color: #73DADC;
}
</style>