Shades of Turquoise Blue #73DCDA
Tints of Turquoise Blue #73DCDA
RGB
CMYK
RGB Variations
Color information
#73DCDA (or 0x73DCDA) is known color: Turquoise Blue. HEX triplet: 73, DC and DA. RGB value is (115,220,218). Sum of RGB (Red+Green+Blue) = 115+220+218=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCDA is #8C2325. Grayscale: #BCBCBC. Windows color (decimal): -9184038 or 14343283. OLE color: 14343283.
HSL color Cylindrical-coordinate representation of color #73DCDA: hue angle of 178.86º 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 #73DCDA is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 218 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.14 |
| HSL | 178.86º | 0.6% | 0.66% | - |
| HSV(B) | 178.86º | 0.48% | 0.86% | - |
| XYZ | 45.32 | 59.89 | 75.5 | - |
| YUV | 188.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 218 | 0.48 | 0 | 0.01 | 0.14 | 178.86 | 0.6 | 0.66 |
| Hex | 73 | DC | DA | 30 | 0 | 1 | E | B3 | 3C | 42 |
| Octal | 163 | 334 | 332 | 60 | 0 | 1 | 16 | 263 | 74 | 102 |
| Binary | 1110011 | 11011100 | 11011010 | 110000 | 0 | 1 | 1110 | 10110011 | 111100 | 1000010 |
Color Harmonies of #73DCDA
Complementary color
Monochromatic Colors of #73DCDA
Black with #73DCDA
Text Example
Text Example
White with #73DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCDA; }
p { color: rgb(115,220,218); }
H1.HeaderClassName
{
color: #73DCDA;
}
.AnyTagClassName
{
color: #73DCDA;
}
</style>
background-color css
<style>
a { background-color: #73DCDA; }
a { background-color: rgb(115,220,218); }
div.DivClassName
{
background-color: #73DCDA;
}
.BgClassName
{
background-color: #73DCDA;
}
</style>
border-color css
<style>
span { border-color: #73DCDA; }
span { border-color: rgb(115,220,218); }
td.TdClassName
{
border-color: #73DCDA;
}
.TagClassName
{
border-color: #73DCDA;
}
</style>