Shades of Turquoise Blue #73D4DC
Tints of Turquoise Blue #73D4DC
RGB
CMYK
RGB Variations
Color information
#73D4DC (or 0x73D4DC) is known color: Turquoise Blue. HEX triplet: 73, D4 and DC. RGB value is (115,212,220). Sum of RGB (Red+Green+Blue) = 115+212+220=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #73D4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D4DC is #8C2B23. Grayscale: #B7B7B7. Windows color (decimal): -9186084 or 14472307. OLE color: 14472307.
HSL color Cylindrical-coordinate representation of color #73D4DC: hue angle of 184.57º 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 #73D4DC is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 212 | 220 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.14 |
| HSL | 184.57º | 0.6% | 0.66% | - |
| HSV(B) | 184.57º | 0.48% | 0.86% | - |
| XYZ | 43.53 | 55.9 | 76.21 | - |
| YUV | 183.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 220 | 0.48 | 0.04 | 0 | 0.14 | 184.57 | 0.6 | 0.66 |
| Hex | 73 | D4 | DC | 30 | 4 | 0 | E | B9 | 3C | 42 |
| Octal | 163 | 324 | 334 | 60 | 4 | 0 | 16 | 271 | 74 | 102 |
| Binary | 1110011 | 11010100 | 11011100 | 110000 | 100 | 0 | 1110 | 10111001 | 111100 | 1000010 |
Color Harmonies of #73D4DC
Complementary color
Monochromatic Colors of #73D4DC
Black with #73D4DC
Text Example
Text Example
White with #73D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D4DC; }
p { color: rgb(115,212,220); }
H1.HeaderClassName
{
color: #73D4DC;
}
.AnyTagClassName
{
color: #73D4DC;
}
</style>
background-color css
<style>
a { background-color: #73D4DC; }
a { background-color: rgb(115,212,220); }
div.DivClassName
{
background-color: #73D4DC;
}
.BgClassName
{
background-color: #73D4DC;
}
</style>
border-color css
<style>
span { border-color: #73D4DC; }
span { border-color: rgb(115,212,220); }
td.TdClassName
{
border-color: #73D4DC;
}
.TagClassName
{
border-color: #73D4DC;
}
</style>