Shades of Turquoise Blue #73DCEB
Tints of Turquoise Blue #73DCEB
RGB
CMYK
RGB Variations
Color information
#73DCEB (or 0x73DCEB) is known color: Turquoise Blue. HEX triplet: 73, DC and EB. RGB value is (115,220,235). Sum of RGB (Red+Green+Blue) = 115+220+235=570 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.18% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #73DCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DCEB is #8C2314. Grayscale: #BEBEBE. Windows color (decimal): -9184021 or 15457395. OLE color: 15457395.
HSL color Cylindrical-coordinate representation of color #73DCEB: hue angle of 187.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73DCEB is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 220 | 235 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.08 |
| HSL | 187.5º | 0.75% | 0.69% | - |
| HSV(B) | 187.5º | 0.51% | 0.92% | - |
| XYZ | 47.66 | 60.83 | 87.83 | - |
| YUV | 190.32 | 153.21 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 235 | 0.51 | 0.06 | 0 | 0.08 | 187.5 | 0.75 | 0.69 |
| Hex | 73 | DC | EB | 33 | 6 | 0 | 8 | BC | 4B | 45 |
| Octal | 163 | 334 | 353 | 63 | 6 | 0 | 10 | 274 | 113 | 105 |
| Binary | 1110011 | 11011100 | 11101011 | 110011 | 110 | 0 | 1000 | 10111100 | 1001011 | 1000101 |
Color Harmonies of #73DCEB
Complementary color
Monochromatic Colors of #73DCEB
Black with #73DCEB
Text Example
Text Example
White with #73DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCEB; }
p { color: rgb(115,220,235); }
H1.HeaderClassName
{
color: #73DCEB;
}
.AnyTagClassName
{
color: #73DCEB;
}
</style>
background-color css
<style>
a { background-color: #73DCEB; }
a { background-color: rgb(115,220,235); }
div.DivClassName
{
background-color: #73DCEB;
}
.BgClassName
{
background-color: #73DCEB;
}
</style>
border-color css
<style>
span { border-color: #73DCEB; }
span { border-color: rgb(115,220,235); }
td.TdClassName
{
border-color: #73DCEB;
}
.TagClassName
{
border-color: #73DCEB;
}
</style>