Shades of Turquoise Blue #46D3FA
Tints of Turquoise Blue #46D3FA
RGB
CMYK
RGB Variations
Color information
#46D3FA (or 0x46D3FA) is known color: Turquoise Blue. HEX triplet: 46, D3 and FA. RGB value is (70,211,250). Sum of RGB (Red+Green+Blue) = 70+211+250=531 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.18% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #46D3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D3FA is #B92C05. Grayscale: #ACACAC. Windows color (decimal): -12135430 or 16438086. OLE color: 16438086.
HSL color Cylindrical-coordinate representation of color #46D3FA: hue angle of 193º 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 #46D3FA is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 211 | 250 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.02 |
| HSL | 193º | 0.95% | 0.63% | - |
| HSV(B) | 193º | 0.72% | 0.98% | - |
| XYZ | 43.08 | 54.79 | 98.75 | - |
| YUV | 173.29 | 171.29 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 211 | 250 | 0.72 | 0.16 | 0 | 0.02 | 193 | 0.95 | 0.63 |
| Hex | 46 | D3 | FA | 48 | 10 | 0 | 2 | C1 | 5F | 3F |
| Octal | 106 | 323 | 372 | 110 | 20 | 0 | 2 | 301 | 137 | 77 |
| Binary | 1000110 | 11010011 | 11111010 | 1001000 | 10000 | 0 | 10 | 11000001 | 1011111 | 111111 |
Color Harmonies of #46D3FA
Complementary color
Monochromatic Colors of #46D3FA
Black with #46D3FA
Text Example
Text Example
White with #46D3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D3FA; }
p { color: rgb(70,211,250); }
H1.HeaderClassName
{
color: #46D3FA;
}
.AnyTagClassName
{
color: #46D3FA;
}
</style>
background-color css
<style>
a { background-color: #46D3FA; }
a { background-color: rgb(70,211,250); }
div.DivClassName
{
background-color: #46D3FA;
}
.BgClassName
{
background-color: #46D3FA;
}
</style>
border-color css
<style>
span { border-color: #46D3FA; }
span { border-color: rgb(70,211,250); }
td.TdClassName
{
border-color: #46D3FA;
}
.TagClassName
{
border-color: #46D3FA;
}
</style>