Shades of Turquoise Blue #45D2FA
Tints of Turquoise Blue #45D2FA
RGB
CMYK
RGB Variations
Color information
#45D2FA (or 0x45D2FA) is known color: Turquoise Blue. HEX triplet: 45, D2 and FA. RGB value is (69,210,250). Sum of RGB (Red+Green+Blue) = 69+210+250=529 (70% of max value = 765). Red value is 69 (27.34% from 255 or 13.04% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #45D2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45D2FA is #BA2D05. Grayscale: #ACACAC. Windows color (decimal): -12201222 or 16437829. OLE color: 16437829.
HSL color Cylindrical-coordinate representation of color #45D2FA: hue angle of 193.26º 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 #45D2FA is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 210 | 250 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.02 |
| HSL | 193.26º | 0.95% | 0.63% | - |
| HSV(B) | 193.26º | 0.72% | 0.98% | - |
| XYZ | 42.76 | 54.26 | 98.66 | - |
| YUV | 172.4 | 171.79 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 210 | 250 | 0.72 | 0.16 | 0 | 0.02 | 193.26 | 0.95 | 0.63 |
| Hex | 45 | D2 | FA | 48 | 10 | 0 | 2 | C1 | 5F | 3F |
| Octal | 105 | 322 | 372 | 110 | 20 | 0 | 2 | 301 | 137 | 77 |
| Binary | 1000101 | 11010010 | 11111010 | 1001000 | 10000 | 0 | 10 | 11000001 | 1011111 | 111111 |
Color Harmonies of #45D2FA
Complementary color
Monochromatic Colors of #45D2FA
Black with #45D2FA
Text Example
Text Example
White with #45D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D2FA; }
p { color: rgb(69,210,250); }
H1.HeaderClassName
{
color: #45D2FA;
}
.AnyTagClassName
{
color: #45D2FA;
}
</style>
background-color css
<style>
a { background-color: #45D2FA; }
a { background-color: rgb(69,210,250); }
div.DivClassName
{
background-color: #45D2FA;
}
.BgClassName
{
background-color: #45D2FA;
}
</style>
border-color css
<style>
span { border-color: #45D2FA; }
span { border-color: rgb(69,210,250); }
td.TdClassName
{
border-color: #45D2FA;
}
.TagClassName
{
border-color: #45D2FA;
}
</style>