Shades of Turquoise Blue #73E1FC
Tints of Turquoise Blue #73E1FC
RGB
CMYK
RGB Variations
Color information
#73E1FC (or 0x73E1FC) is known color: Turquoise Blue. HEX triplet: 73, E1 and FC. RGB value is (115,225,252). Sum of RGB (Red+Green+Blue) = 115+225+252=592 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.43% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #73E1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73E1FC is #8C1E03. Grayscale: #C2C2C2. Windows color (decimal): -9182724 or 16572787. OLE color: 16572787.
HSL color Cylindrical-coordinate representation of color #73E1FC: hue angle of 191.82º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73E1FC is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 225 | 252 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.01 |
| HSL | 191.82º | 0.96% | 0.72% | - |
| HSV(B) | 191.82º | 0.54% | 0.99% | - |
| XYZ | 51.57 | 64.52 | 101.83 | - |
| YUV | 195.19 | 160.06 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 252 | 0.54 | 0.11 | 0 | 0.01 | 191.82 | 0.96 | 0.72 |
| Hex | 73 | E1 | FC | 36 | B | 0 | 1 | C0 | 60 | 48 |
| Octal | 163 | 341 | 374 | 66 | 13 | 0 | 1 | 300 | 140 | 110 |
| Binary | 1110011 | 11100001 | 11111100 | 110110 | 1011 | 0 | 1 | 11000000 | 1100000 | 1001000 |
Color Harmonies of #73E1FC
Complementary color
Monochromatic Colors of #73E1FC
Black with #73E1FC
Text Example
Text Example
White with #73E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E1FC; }
p { color: rgb(115,225,252); }
H1.HeaderClassName
{
color: #73E1FC;
}
.AnyTagClassName
{
color: #73E1FC;
}
</style>
background-color css
<style>
a { background-color: #73E1FC; }
a { background-color: rgb(115,225,252); }
div.DivClassName
{
background-color: #73E1FC;
}
.BgClassName
{
background-color: #73E1FC;
}
</style>
border-color css
<style>
span { border-color: #73E1FC; }
span { border-color: rgb(115,225,252); }
td.TdClassName
{
border-color: #73E1FC;
}
.TagClassName
{
border-color: #73E1FC;
}
</style>