Shades of Turquoise Blue #73E2FA
Tints of Turquoise Blue #73E2FA
RGB
CMYK
RGB Variations
Color information
#73E2FA (or 0x73E2FA) is known color: Turquoise Blue. HEX triplet: 73, E2 and FA. RGB value is (115,226,250). Sum of RGB (Red+Green+Blue) = 115+226+250=591 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.46% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #73E2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73E2FA is #8C1D05. Grayscale: #C3C3C3. Windows color (decimal): -9182470 or 16441971. OLE color: 16441971.
HSL color Cylindrical-coordinate representation of color #73E2FA: hue angle of 190.67º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73E2FA is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 226 | 250 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.02 |
| HSL | 190.67º | 0.93% | 0.72% | - |
| HSV(B) | 190.67º | 0.54% | 0.98% | - |
| XYZ | 51.52 | 64.94 | 100.26 | - |
| YUV | 195.55 | 158.73 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 226 | 250 | 0.54 | 0.10 | 0 | 0.02 | 190.67 | 0.93 | 0.72 |
| Hex | 73 | E2 | FA | 36 | A | 0 | 2 | BF | 5D | 48 |
| Octal | 163 | 342 | 372 | 66 | 12 | 0 | 2 | 277 | 135 | 110 |
| Binary | 1110011 | 11100010 | 11111010 | 110110 | 1010 | 0 | 10 | 10111111 | 1011101 | 1001000 |
Color Harmonies of #73E2FA
Complementary color
Monochromatic Colors of #73E2FA
Black with #73E2FA
Text Example
Text Example
White with #73E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E2FA; }
p { color: rgb(115,226,250); }
H1.HeaderClassName
{
color: #73E2FA;
}
.AnyTagClassName
{
color: #73E2FA;
}
</style>
background-color css
<style>
a { background-color: #73E2FA; }
a { background-color: rgb(115,226,250); }
div.DivClassName
{
background-color: #73E2FA;
}
.BgClassName
{
background-color: #73E2FA;
}
</style>
border-color css
<style>
span { border-color: #73E2FA; }
span { border-color: rgb(115,226,250); }
td.TdClassName
{
border-color: #73E2FA;
}
.TagClassName
{
border-color: #73E2FA;
}
</style>