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