Shades of Turquoise Blue #73DCDB
Tints of Turquoise Blue #73DCDB
RGB
CMYK
RGB Variations
Color information
#73DCDB (or 0x73DCDB) is known color: Turquoise Blue. HEX triplet: 73, DC and DB. RGB value is (115,220,219). Sum of RGB (Red+Green+Blue) = 115+220+219=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCDB is #8C2324. Grayscale: #BCBCBC. Windows color (decimal): -9184037 or 14408819. OLE color: 14408819.
HSL color Cylindrical-coordinate representation of color #73DCDB: hue angle of 179.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 #73DCDB is Cyan = 0.48, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 219 | - |
| CMYK | 0.48 | 0 | 0.00 | 0.14 |
| HSL | 179.43º | 0.6% | 0.66% | - |
| HSV(B) | 179.43º | 0.48% | 0.86% | - |
| XYZ | 45.45 | 59.95 | 76.19 | - |
| YUV | 188.49 | 145.21 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 219 | 0.48 | 0 | 0.00 | 0.14 | 179.43 | 0.6 | 0.66 |
| Hex | 73 | DC | DB | 30 | 0 | 0 | E | B3 | 3C | 42 |
| Octal | 163 | 334 | 333 | 60 | 0 | 0 | 16 | 263 | 74 | 102 |
| Binary | 1110011 | 11011100 | 11011011 | 110000 | 0 | 0 | 1110 | 10110011 | 111100 | 1000010 |
Color Harmonies of #73DCDB
Complementary color
Monochromatic Colors of #73DCDB
Black with #73DCDB
Text Example
Text Example
White with #73DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCDB; }
p { color: rgb(115,220,219); }
H1.HeaderClassName
{
color: #73DCDB;
}
.AnyTagClassName
{
color: #73DCDB;
}
</style>
background-color css
<style>
a { background-color: #73DCDB; }
a { background-color: rgb(115,220,219); }
div.DivClassName
{
background-color: #73DCDB;
}
.BgClassName
{
background-color: #73DCDB;
}
</style>
border-color css
<style>
span { border-color: #73DCDB; }
span { border-color: rgb(115,220,219); }
td.TdClassName
{
border-color: #73DCDB;
}
.TagClassName
{
border-color: #73DCDB;
}
</style>