Shades of Turquoise Blue #73DCED
Tints of Turquoise Blue #73DCED
RGB
CMYK
RGB Variations
Color information
#73DCED (or 0x73DCED) is known color: Turquoise Blue. HEX triplet: 73, DC and ED. RGB value is (115,220,237). Sum of RGB (Red+Green+Blue) = 115+220+237=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #73DCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DCED is #8C2312. Grayscale: #BEBEBE. Windows color (decimal): -9184019 or 15588467. OLE color: 15588467.
HSL color Cylindrical-coordinate representation of color #73DCED: hue angle of 188.36º degrees, saturation: 0.77, 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 #73DCED is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 220 | 237 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.07 |
| HSL | 188.36º | 0.77% | 0.69% | - |
| HSV(B) | 188.36º | 0.51% | 0.93% | - |
| XYZ | 47.95 | 60.95 | 89.36 | - |
| YUV | 190.54 | 154.21 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 237 | 0.51 | 0.07 | 0 | 0.07 | 188.36 | 0.77 | 0.69 |
| Hex | 73 | DC | ED | 33 | 7 | 0 | 7 | BC | 4D | 45 |
| Octal | 163 | 334 | 355 | 63 | 7 | 0 | 7 | 274 | 115 | 105 |
| Binary | 1110011 | 11011100 | 11101101 | 110011 | 111 | 0 | 111 | 10111100 | 1001101 | 1000101 |
Color Harmonies of #73DCED
Complementary color
Monochromatic Colors of #73DCED
Black with #73DCED
Text Example
Text Example
White with #73DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCED; }
p { color: rgb(115,220,237); }
H1.HeaderClassName
{
color: #73DCED;
}
.AnyTagClassName
{
color: #73DCED;
}
</style>
background-color css
<style>
a { background-color: #73DCED; }
a { background-color: rgb(115,220,237); }
div.DivClassName
{
background-color: #73DCED;
}
.BgClassName
{
background-color: #73DCED;
}
</style>
border-color css
<style>
span { border-color: #73DCED; }
span { border-color: rgb(115,220,237); }
td.TdClassName
{
border-color: #73DCED;
}
.TagClassName
{
border-color: #73DCED;
}
</style>