Shades of Turquoise Blue #73D6DC
Tints of Turquoise Blue #73D6DC
RGB
CMYK
RGB Variations
Color information
#73D6DC (or 0x73D6DC) is known color: Turquoise Blue. HEX triplet: 73, D6 and DC. RGB value is (115,214,220). Sum of RGB (Red+Green+Blue) = 115+214+220=549 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.95% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #73D6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D6DC is #8C2923. Grayscale: #B8B8B8. Windows color (decimal): -9185572 or 14472819. OLE color: 14472819.
HSL color Cylindrical-coordinate representation of color #73D6DC: hue angle of 183.43º 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 #73D6DC is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 214 | 220 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.14 |
| HSL | 183.43º | 0.6% | 0.66% | - |
| HSV(B) | 183.43º | 0.48% | 0.86% | - |
| XYZ | 44.04 | 56.91 | 76.37 | - |
| YUV | 185.08 | 147.7 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 220 | 0.48 | 0.03 | 0 | 0.14 | 183.43 | 0.6 | 0.66 |
| Hex | 73 | D6 | DC | 30 | 3 | 0 | E | B7 | 3C | 42 |
| Octal | 163 | 326 | 334 | 60 | 3 | 0 | 16 | 267 | 74 | 102 |
| Binary | 1110011 | 11010110 | 11011100 | 110000 | 11 | 0 | 1110 | 10110111 | 111100 | 1000010 |
Color Harmonies of #73D6DC
Complementary color
Monochromatic Colors of #73D6DC
Black with #73D6DC
Text Example
Text Example
White with #73D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D6DC; }
p { color: rgb(115,214,220); }
H1.HeaderClassName
{
color: #73D6DC;
}
.AnyTagClassName
{
color: #73D6DC;
}
</style>
background-color css
<style>
a { background-color: #73D6DC; }
a { background-color: rgb(115,214,220); }
div.DivClassName
{
background-color: #73D6DC;
}
.BgClassName
{
background-color: #73D6DC;
}
</style>
border-color css
<style>
span { border-color: #73D6DC; }
span { border-color: rgb(115,214,220); }
td.TdClassName
{
border-color: #73D6DC;
}
.TagClassName
{
border-color: #73D6DC;
}
</style>