Shades of Turquoise Blue #73E2FE
Tints of Turquoise Blue #73E2FE
RGB
CMYK
RGB Variations
Color information
#73E2FE (or 0x73E2FE) is known color: Turquoise Blue. HEX triplet: 73, E2 and FE. RGB value is (115,226,254). Sum of RGB (Red+Green+Blue) = 115+226+254=595 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.33% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #73E2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73E2FE is #8C1D01. Grayscale: #C3C3C3. Windows color (decimal): -9182466 or 16704115. OLE color: 16704115.
HSL color Cylindrical-coordinate representation of color #73E2FE: hue angle of 192.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73E2FE is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 226 | 254 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.00 |
| HSL | 192.09º | 0.99% | 0.72% | - |
| HSV(B) | 192.09º | 0.55% | 1% | - |
| XYZ | 52.16 | 65.19 | 103.6 | - |
| YUV | 196 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 226 | 254 | 0.55 | 0.11 | 0 | 0.00 | 192.09 | 0.99 | 0.72 |
| Hex | 73 | E2 | FE | 37 | B | 0 | 0 | C0 | 63 | 48 |
| Octal | 163 | 342 | 376 | 67 | 13 | 0 | 0 | 300 | 143 | 110 |
| Binary | 1110011 | 11100010 | 11111110 | 110111 | 1011 | 0 | 0 | 11000000 | 1100011 | 1001000 |
Color Harmonies of #73E2FE
Complementary color
Monochromatic Colors of #73E2FE
Black with #73E2FE
Text Example
Text Example
White with #73E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E2FE; }
p { color: rgb(115,226,254); }
H1.HeaderClassName
{
color: #73E2FE;
}
.AnyTagClassName
{
color: #73E2FE;
}
</style>
background-color css
<style>
a { background-color: #73E2FE; }
a { background-color: rgb(115,226,254); }
div.DivClassName
{
background-color: #73E2FE;
}
.BgClassName
{
background-color: #73E2FE;
}
</style>
border-color css
<style>
span { border-color: #73E2FE; }
span { border-color: rgb(115,226,254); }
td.TdClassName
{
border-color: #73E2FE;
}
.TagClassName
{
border-color: #73E2FE;
}
</style>