Shades of Turquoise Blue #73D7EA
Tints of Turquoise Blue #73D7EA
RGB
CMYK
RGB Variations
Color information
#73D7EA (or 0x73D7EA) is known color: Turquoise Blue. HEX triplet: 73, D7 and EA. RGB value is (115,215,234). Sum of RGB (Red+Green+Blue) = 115+215+234=564 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.39% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #73D7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D7EA is #8C2815. Grayscale: #BBBBBB. Windows color (decimal): -9185302 or 15390579. OLE color: 15390579.
HSL color Cylindrical-coordinate representation of color #73D7EA: hue angle of 189.58º 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 #73D7EA is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 215 | 234 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.08 |
| HSL | 189.58º | 0.74% | 0.68% | - |
| HSV(B) | 189.58º | 0.51% | 0.92% | - |
| XYZ | 46.22 | 58.19 | 86.64 | - |
| YUV | 187.27 | 154.37 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 234 | 0.51 | 0.08 | 0 | 0.08 | 189.58 | 0.74 | 0.68 |
| Hex | 73 | D7 | EA | 33 | 8 | 0 | 8 | BE | 4A | 44 |
| Octal | 163 | 327 | 352 | 63 | 10 | 0 | 10 | 276 | 112 | 104 |
| Binary | 1110011 | 11010111 | 11101010 | 110011 | 1000 | 0 | 1000 | 10111110 | 1001010 | 1000100 |
Color Harmonies of #73D7EA
Complementary color
Monochromatic Colors of #73D7EA
Black with #73D7EA
Text Example
Text Example
White with #73D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D7EA; }
p { color: rgb(115,215,234); }
H1.HeaderClassName
{
color: #73D7EA;
}
.AnyTagClassName
{
color: #73D7EA;
}
</style>
background-color css
<style>
a { background-color: #73D7EA; }
a { background-color: rgb(115,215,234); }
div.DivClassName
{
background-color: #73D7EA;
}
.BgClassName
{
background-color: #73D7EA;
}
</style>
border-color css
<style>
span { border-color: #73D7EA; }
span { border-color: rgb(115,215,234); }
td.TdClassName
{
border-color: #73D7EA;
}
.TagClassName
{
border-color: #73D7EA;
}
</style>