Shades of Turquoise Blue #73F0E5
Tints of Turquoise Blue #73F0E5
RGB
CMYK
RGB Variations
Color information
#73F0E5 (or 0x73F0E5) is known color: Turquoise Blue. HEX triplet: 73, F0 and E5. RGB value is (115,240,229). Sum of RGB (Red+Green+Blue) = 115+240+229=584 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.69% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #73F0E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F0E5 is #8C0F1A. Grayscale: #C9C9C9. Windows color (decimal): -9178907 or 15069299. OLE color: 15069299.
HSL color Cylindrical-coordinate representation of color #73F0E5: hue angle of 174.72º 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 #73F0E5 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 240 | 229 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.06 |
| HSL | 174.72º | 0.81% | 0.7% | - |
| HSV(B) | 174.72º | 0.52% | 0.94% | - |
| XYZ | 52.37 | 71.62 | 85.19 | - |
| YUV | 201.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 240 | 229 | 0.52 | 0 | 0.05 | 0.06 | 174.72 | 0.81 | 0.7 |
| Hex | 73 | F0 | E5 | 34 | 0 | 5 | 6 | AF | 51 | 46 |
| Octal | 163 | 360 | 345 | 64 | 0 | 5 | 6 | 257 | 121 | 106 |
| Binary | 1110011 | 11110000 | 11100101 | 110100 | 0 | 101 | 110 | 10101111 | 1010001 | 1000110 |
Color Harmonies of #73F0E5
Complementary color
Monochromatic Colors of #73F0E5
Black with #73F0E5
Text Example
Text Example
White with #73F0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F0E5; }
p { color: rgb(115,240,229); }
H1.HeaderClassName
{
color: #73F0E5;
}
.AnyTagClassName
{
color: #73F0E5;
}
</style>
background-color css
<style>
a { background-color: #73F0E5; }
a { background-color: rgb(115,240,229); }
div.DivClassName
{
background-color: #73F0E5;
}
.BgClassName
{
background-color: #73F0E5;
}
</style>
border-color css
<style>
span { border-color: #73F0E5; }
span { border-color: rgb(115,240,229); }
td.TdClassName
{
border-color: #73F0E5;
}
.TagClassName
{
border-color: #73F0E5;
}
</style>