Shades of Turquoise Blue #73F0E6
Tints of Turquoise Blue #73F0E6
RGB
CMYK
RGB Variations
Color information
#73F0E6 (or 0x73F0E6) is known color: Turquoise Blue. HEX triplet: 73, F0 and E6. RGB value is (115,240,230). Sum of RGB (Red+Green+Blue) = 115+240+230=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #73F0E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F0E6 is #8C0F19. Grayscale: #C9C9C9. Windows color (decimal): -9178906 or 15134835. OLE color: 15134835.
HSL color Cylindrical-coordinate representation of color #73F0E6: hue angle of 175.2º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F0E6 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 240 | 230 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.06 |
| HSL | 175.2º | 0.81% | 0.7% | - |
| HSV(B) | 175.2º | 0.52% | 0.94% | - |
| XYZ | 52.51 | 71.68 | 85.93 | - |
| YUV | 201.49 | 144.09 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 240 | 230 | 0.52 | 0 | 0.04 | 0.06 | 175.2 | 0.81 | 0.7 |
| Hex | 73 | F0 | E6 | 34 | 0 | 4 | 6 | AF | 51 | 46 |
| Octal | 163 | 360 | 346 | 64 | 0 | 4 | 6 | 257 | 121 | 106 |
| Binary | 1110011 | 11110000 | 11100110 | 110100 | 0 | 100 | 110 | 10101111 | 1010001 | 1000110 |
Color Harmonies of #73F0E6
Complementary color
Monochromatic Colors of #73F0E6
Black with #73F0E6
Text Example
Text Example
White with #73F0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F0E6; }
p { color: rgb(115,240,230); }
H1.HeaderClassName
{
color: #73F0E6;
}
.AnyTagClassName
{
color: #73F0E6;
}
</style>
background-color css
<style>
a { background-color: #73F0E6; }
a { background-color: rgb(115,240,230); }
div.DivClassName
{
background-color: #73F0E6;
}
.BgClassName
{
background-color: #73F0E6;
}
</style>
border-color css
<style>
span { border-color: #73F0E6; }
span { border-color: rgb(115,240,230); }
td.TdClassName
{
border-color: #73F0E6;
}
.TagClassName
{
border-color: #73F0E6;
}
</style>