Shades of Turquoise Blue #46D2F9
Tints of Turquoise Blue #46D2F9
RGB
CMYK
RGB Variations
Color information
#46D2F9 (or 0x46D2F9) is known color: Turquoise Blue. HEX triplet: 46, D2 and F9. RGB value is (70,210,249). Sum of RGB (Red+Green+Blue) = 70+210+249=529 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.23% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #46D2F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D2F9 is #B92D06. Grayscale: #ACACAC. Windows color (decimal): -12135687 or 16372294. OLE color: 16372294.
HSL color Cylindrical-coordinate representation of color #46D2F9: hue angle of 193.07º degrees, saturation: 0.94, 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 #46D2F9 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 210 | 249 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.02 |
| HSL | 193.07º | 0.94% | 0.63% | - |
| HSV(B) | 193.07º | 0.72% | 0.98% | - |
| XYZ | 42.67 | 54.23 | 97.84 | - |
| YUV | 172.59 | 171.12 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 249 | 0.72 | 0.16 | 0 | 0.02 | 193.07 | 0.94 | 0.63 |
| Hex | 46 | D2 | F9 | 48 | 10 | 0 | 2 | C1 | 5E | 3F |
| Octal | 106 | 322 | 371 | 110 | 20 | 0 | 2 | 301 | 136 | 77 |
| Binary | 1000110 | 11010010 | 11111001 | 1001000 | 10000 | 0 | 10 | 11000001 | 1011110 | 111111 |
Color Harmonies of #46D2F9
Complementary color
Monochromatic Colors of #46D2F9
Black with #46D2F9
Text Example
Text Example
White with #46D2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D2F9; }
p { color: rgb(70,210,249); }
H1.HeaderClassName
{
color: #46D2F9;
}
.AnyTagClassName
{
color: #46D2F9;
}
</style>
background-color css
<style>
a { background-color: #46D2F9; }
a { background-color: rgb(70,210,249); }
div.DivClassName
{
background-color: #46D2F9;
}
.BgClassName
{
background-color: #46D2F9;
}
</style>
border-color css
<style>
span { border-color: #46D2F9; }
span { border-color: rgb(70,210,249); }
td.TdClassName
{
border-color: #46D2F9;
}
.TagClassName
{
border-color: #46D2F9;
}
</style>