Shades of Turquoise Blue #46D4FA
Tints of Turquoise Blue #46D4FA
RGB
CMYK
RGB Variations
Color information
#46D4FA (or 0x46D4FA) is known color: Turquoise Blue. HEX triplet: 46, D4 and FA. RGB value is (70,212,250). Sum of RGB (Red+Green+Blue) = 70+212+250=532 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.16% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #46D4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D4FA is #B92B05. Grayscale: #ADADAD. Windows color (decimal): -12135174 or 16438342. OLE color: 16438342.
HSL color Cylindrical-coordinate representation of color #46D4FA: hue angle of 192.67º 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 #46D4FA is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 212 | 250 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.02 |
| HSL | 192.67º | 0.95% | 0.63% | - |
| HSV(B) | 192.67º | 0.72% | 0.98% | - |
| XYZ | 43.32 | 55.29 | 98.83 | - |
| YUV | 173.87 | 170.96 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 250 | 0.72 | 0.15 | 0 | 0.02 | 192.67 | 0.95 | 0.63 |
| Hex | 46 | D4 | FA | 48 | F | 0 | 2 | C1 | 5F | 3F |
| Octal | 106 | 324 | 372 | 110 | 17 | 0 | 2 | 301 | 137 | 77 |
| Binary | 1000110 | 11010100 | 11111010 | 1001000 | 1111 | 0 | 10 | 11000001 | 1011111 | 111111 |
Color Harmonies of #46D4FA
Complementary color
Monochromatic Colors of #46D4FA
Black with #46D4FA
Text Example
Text Example
White with #46D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D4FA; }
p { color: rgb(70,212,250); }
H1.HeaderClassName
{
color: #46D4FA;
}
.AnyTagClassName
{
color: #46D4FA;
}
</style>
background-color css
<style>
a { background-color: #46D4FA; }
a { background-color: rgb(70,212,250); }
div.DivClassName
{
background-color: #46D4FA;
}
.BgClassName
{
background-color: #46D4FA;
}
</style>
border-color css
<style>
span { border-color: #46D4FA; }
span { border-color: rgb(70,212,250); }
td.TdClassName
{
border-color: #46D4FA;
}
.TagClassName
{
border-color: #46D4FA;
}
</style>