Shades of Turquoise Blue #45E2FA
Tints of Turquoise Blue #45E2FA
RGB
CMYK
RGB Variations
Color information
#45E2FA (or 0x45E2FA) is known color: Turquoise Blue. HEX triplet: 45, E2 and FA. RGB value is (69,226,250). Sum of RGB (Red+Green+Blue) = 69+226+250=545 (72% of max value = 765). Red value is 69 (27.34% from 255 or 12.66% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #45E2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45E2FA is #BA1D05. Grayscale: #B5B5B5. Windows color (decimal): -12197126 or 16441925. OLE color: 16441925.
HSL color Cylindrical-coordinate representation of color #45E2FA: hue angle of 187.96º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45E2FA is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 226 | 250 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.02 |
| HSL | 187.96º | 0.95% | 0.63% | - |
| HSV(B) | 187.96º | 0.72% | 0.98% | - |
| XYZ | 46.91 | 62.56 | 100.05 | - |
| YUV | 181.79 | 166.49 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 226 | 250 | 0.72 | 0.10 | 0 | 0.02 | 187.96 | 0.95 | 0.63 |
| Hex | 45 | E2 | FA | 48 | A | 0 | 2 | BC | 5F | 3F |
| Octal | 105 | 342 | 372 | 110 | 12 | 0 | 2 | 274 | 137 | 77 |
| Binary | 1000101 | 11100010 | 11111010 | 1001000 | 1010 | 0 | 10 | 10111100 | 1011111 | 111111 |
Color Harmonies of #45E2FA
Complementary color
Monochromatic Colors of #45E2FA
Black with #45E2FA
Text Example
Text Example
White with #45E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E2FA; }
p { color: rgb(69,226,250); }
H1.HeaderClassName
{
color: #45E2FA;
}
.AnyTagClassName
{
color: #45E2FA;
}
</style>
background-color css
<style>
a { background-color: #45E2FA; }
a { background-color: rgb(69,226,250); }
div.DivClassName
{
background-color: #45E2FA;
}
.BgClassName
{
background-color: #45E2FA;
}
</style>
border-color css
<style>
span { border-color: #45E2FA; }
span { border-color: rgb(69,226,250); }
td.TdClassName
{
border-color: #45E2FA;
}
.TagClassName
{
border-color: #45E2FA;
}
</style>