Shades of Turquoise Blue #73DEDA
Tints of Turquoise Blue #73DEDA
RGB
CMYK
RGB Variations
Color information
#73DEDA (or 0x73DEDA) is known color: Turquoise Blue. HEX triplet: 73, DE and DA. RGB value is (115,222,218). Sum of RGB (Red+Green+Blue) = 115+222+218=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #73DEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DEDA is #8C2125. Grayscale: #BDBDBD. Windows color (decimal): -9183526 or 14343795. OLE color: 14343795.
HSL color Cylindrical-coordinate representation of color #73DEDA: hue angle of 177.76º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DEDA is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 222 | 218 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.13 |
| HSL | 177.76º | 0.62% | 0.66% | - |
| HSV(B) | 177.76º | 0.48% | 0.87% | - |
| XYZ | 45.85 | 60.95 | 75.68 | - |
| YUV | 189.55 | 144.05 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 222 | 218 | 0.48 | 0 | 0.02 | 0.13 | 177.76 | 0.62 | 0.66 |
| Hex | 73 | DE | DA | 30 | 0 | 2 | D | B2 | 3E | 42 |
| Octal | 163 | 336 | 332 | 60 | 0 | 2 | 15 | 262 | 76 | 102 |
| Binary | 1110011 | 11011110 | 11011010 | 110000 | 0 | 10 | 1101 | 10110010 | 111110 | 1000010 |
Color Harmonies of #73DEDA
Complementary color
Monochromatic Colors of #73DEDA
Black with #73DEDA
Text Example
Text Example
White with #73DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DEDA; }
p { color: rgb(115,222,218); }
H1.HeaderClassName
{
color: #73DEDA;
}
.AnyTagClassName
{
color: #73DEDA;
}
</style>
background-color css
<style>
a { background-color: #73DEDA; }
a { background-color: rgb(115,222,218); }
div.DivClassName
{
background-color: #73DEDA;
}
.BgClassName
{
background-color: #73DEDA;
}
</style>
border-color css
<style>
span { border-color: #73DEDA; }
span { border-color: rgb(115,222,218); }
td.TdClassName
{
border-color: #73DEDA;
}
.TagClassName
{
border-color: #73DEDA;
}
</style>