Shades of Turquoise Blue #73DDEC
Tints of Turquoise Blue #73DDEC
RGB
CMYK
RGB Variations
Color information
#73DDEC (or 0x73DDEC) is known color: Turquoise Blue. HEX triplet: 73, DD and EC. RGB value is (115,221,236). Sum of RGB (Red+Green+Blue) = 115+221+236=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #73DDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DDEC is #8C2213. Grayscale: #BEBEBE. Windows color (decimal): -9183764 or 15523187. OLE color: 15523187.
HSL color Cylindrical-coordinate representation of color #73DDEC: hue angle of 187.44º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73DDEC is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 221 | 236 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.07 |
| HSL | 187.44º | 0.76% | 0.69% | - |
| HSV(B) | 187.44º | 0.51% | 0.93% | - |
| XYZ | 48.07 | 61.41 | 88.68 | - |
| YUV | 191.02 | 153.38 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 236 | 0.51 | 0.06 | 0 | 0.07 | 187.44 | 0.76 | 0.69 |
| Hex | 73 | DD | EC | 33 | 6 | 0 | 7 | BB | 4C | 45 |
| Octal | 163 | 335 | 354 | 63 | 6 | 0 | 7 | 273 | 114 | 105 |
| Binary | 1110011 | 11011101 | 11101100 | 110011 | 110 | 0 | 111 | 10111011 | 1001100 | 1000101 |
Color Harmonies of #73DDEC
Complementary color
Monochromatic Colors of #73DDEC
Black with #73DDEC
Text Example
Text Example
White with #73DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DDEC; }
p { color: rgb(115,221,236); }
H1.HeaderClassName
{
color: #73DDEC;
}
.AnyTagClassName
{
color: #73DDEC;
}
</style>
background-color css
<style>
a { background-color: #73DDEC; }
a { background-color: rgb(115,221,236); }
div.DivClassName
{
background-color: #73DDEC;
}
.BgClassName
{
background-color: #73DDEC;
}
</style>
border-color css
<style>
span { border-color: #73DDEC; }
span { border-color: rgb(115,221,236); }
td.TdClassName
{
border-color: #73DDEC;
}
.TagClassName
{
border-color: #73DDEC;
}
</style>