Shades of Turquoise Blue #73DBEA
Tints of Turquoise Blue #73DBEA
RGB
CMYK
RGB Variations
Color information
#73DBEA (or 0x73DBEA) is known color: Turquoise Blue. HEX triplet: 73, DB and EA. RGB value is (115,219,234). Sum of RGB (Red+Green+Blue) = 115+219+234=568 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.25% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #73DBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBEA is #8C2415. Grayscale: #BDBDBD. Windows color (decimal): -9184278 or 15391603. OLE color: 15391603.
HSL color Cylindrical-coordinate representation of color #73DBEA: hue angle of 187.56º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73DBEA is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 219 | 234 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.08 |
| HSL | 187.56º | 0.74% | 0.68% | - |
| HSV(B) | 187.56º | 0.51% | 0.92% | - |
| XYZ | 47.25 | 60.25 | 86.98 | - |
| YUV | 189.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 234 | 0.51 | 0.06 | 0 | 0.08 | 187.56 | 0.74 | 0.68 |
| Hex | 73 | DB | EA | 33 | 6 | 0 | 8 | BC | 4A | 44 |
| Octal | 163 | 333 | 352 | 63 | 6 | 0 | 10 | 274 | 112 | 104 |
| Binary | 1110011 | 11011011 | 11101010 | 110011 | 110 | 0 | 1000 | 10111100 | 1001010 | 1000100 |
Color Harmonies of #73DBEA
Complementary color
Monochromatic Colors of #73DBEA
Black with #73DBEA
Text Example
Text Example
White with #73DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBEA; }
p { color: rgb(115,219,234); }
H1.HeaderClassName
{
color: #73DBEA;
}
.AnyTagClassName
{
color: #73DBEA;
}
</style>
background-color css
<style>
a { background-color: #73DBEA; }
a { background-color: rgb(115,219,234); }
div.DivClassName
{
background-color: #73DBEA;
}
.BgClassName
{
background-color: #73DBEA;
}
</style>
border-color css
<style>
span { border-color: #73DBEA; }
span { border-color: rgb(115,219,234); }
td.TdClassName
{
border-color: #73DBEA;
}
.TagClassName
{
border-color: #73DBEA;
}
</style>