Shades of Turquoise Blue #73DFEC
Tints of Turquoise Blue #73DFEC
RGB
CMYK
RGB Variations
Color information
#73DFEC (or 0x73DFEC) is known color: Turquoise Blue. HEX triplet: 73, DF and EC. RGB value is (115,223,236). Sum of RGB (Red+Green+Blue) = 115+223+236=574 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20.03% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #73DFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFEC is #8C2013. Grayscale: #C0C0C0. Windows color (decimal): -9183252 or 15523699. OLE color: 15523699.
HSL color Cylindrical-coordinate representation of color #73DFEC: hue angle of 186.45º 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 #73DFEC is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 223 | 236 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.07 |
| HSL | 186.45º | 0.76% | 0.69% | - |
| HSV(B) | 186.45º | 0.51% | 0.93% | - |
| XYZ | 48.6 | 62.48 | 88.85 | - |
| YUV | 192.19 | 152.72 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 236 | 0.51 | 0.06 | 0 | 0.07 | 186.45 | 0.76 | 0.69 |
| Hex | 73 | DF | EC | 33 | 6 | 0 | 7 | BA | 4C | 45 |
| Octal | 163 | 337 | 354 | 63 | 6 | 0 | 7 | 272 | 114 | 105 |
| Binary | 1110011 | 11011111 | 11101100 | 110011 | 110 | 0 | 111 | 10111010 | 1001100 | 1000101 |
Color Harmonies of #73DFEC
Complementary color
Monochromatic Colors of #73DFEC
Black with #73DFEC
Text Example
Text Example
White with #73DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFEC; }
p { color: rgb(115,223,236); }
H1.HeaderClassName
{
color: #73DFEC;
}
.AnyTagClassName
{
color: #73DFEC;
}
</style>
background-color css
<style>
a { background-color: #73DFEC; }
a { background-color: rgb(115,223,236); }
div.DivClassName
{
background-color: #73DFEC;
}
.BgClassName
{
background-color: #73DFEC;
}
</style>
border-color css
<style>
span { border-color: #73DFEC; }
span { border-color: rgb(115,223,236); }
td.TdClassName
{
border-color: #73DFEC;
}
.TagClassName
{
border-color: #73DFEC;
}
</style>