Shades of Turquoise Blue #73DCE6
Tints of Turquoise Blue #73DCE6
RGB
CMYK
RGB Variations
Color information
#73DCE6 (or 0x73DCE6) is known color: Turquoise Blue. HEX triplet: 73, DC and E6. RGB value is (115,220,230). Sum of RGB (Red+Green+Blue) = 115+220+230=565 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.35% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #73DCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DCE6 is #8C2319. Grayscale: #BDBDBD. Windows color (decimal): -9184026 or 15129715. OLE color: 15129715.
HSL color Cylindrical-coordinate representation of color #73DCE6: hue angle of 185.22º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73DCE6 is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 220 | 230 | - |
| CMYK | 0.5 | 0.04 | 0 | 0.10 |
| HSL | 185.22º | 0.7% | 0.68% | - |
| HSV(B) | 185.22º | 0.5% | 0.9% | - |
| XYZ | 46.95 | 60.54 | 84.07 | - |
| YUV | 189.75 | 150.71 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 230 | 0.5 | 0.04 | 0 | 0.10 | 185.22 | 0.7 | 0.68 |
| Hex | 73 | DC | E6 | 32 | 4 | 0 | A | B9 | 46 | 44 |
| Octal | 163 | 334 | 346 | 62 | 4 | 0 | 12 | 271 | 106 | 104 |
| Binary | 1110011 | 11011100 | 11100110 | 110010 | 100 | 0 | 1010 | 10111001 | 1000110 | 1000100 |
Color Harmonies of #73DCE6
Complementary color
Monochromatic Colors of #73DCE6
Black with #73DCE6
Text Example
Text Example
White with #73DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCE6; }
p { color: rgb(115,220,230); }
H1.HeaderClassName
{
color: #73DCE6;
}
.AnyTagClassName
{
color: #73DCE6;
}
</style>
background-color css
<style>
a { background-color: #73DCE6; }
a { background-color: rgb(115,220,230); }
div.DivClassName
{
background-color: #73DCE6;
}
.BgClassName
{
background-color: #73DCE6;
}
</style>
border-color css
<style>
span { border-color: #73DCE6; }
span { border-color: rgb(115,220,230); }
td.TdClassName
{
border-color: #73DCE6;
}
.TagClassName
{
border-color: #73DCE6;
}
</style>