Shades of Turquoise #46F8C9
Tints of Turquoise #46F8C9
RGB
CMYK
RGB Variations
Color information
#46F8C9 (or 0x46F8C9) is known color: Turquoise. HEX triplet: 46, F8 and C9. RGB value is (70,248,201). Sum of RGB (Red+Green+Blue) = 70+248+201=519 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.49% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #46F8C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F8C9 is #B90736. Grayscale: #BDBDBD. Windows color (decimal): -12126007 or 13236294. OLE color: 13236294.
HSL color Cylindrical-coordinate representation of color #46F8C9: hue angle of 164.16º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F8C9 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 248 | 201 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.03 |
| HSL | 164.16º | 0.93% | 0.62% | - |
| HSV(B) | 164.16º | 0.72% | 0.97% | - |
| XYZ | 46.64 | 72.65 | 66.82 | - |
| YUV | 189.42 | 134.53 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 248 | 201 | 0.72 | 0 | 0.19 | 0.03 | 164.16 | 0.93 | 0.62 |
| Hex | 46 | F8 | C9 | 48 | 0 | 13 | 3 | A4 | 5D | 3E |
| Octal | 106 | 370 | 311 | 110 | 0 | 23 | 3 | 244 | 135 | 76 |
| Binary | 1000110 | 11111000 | 11001001 | 1001000 | 0 | 10011 | 11 | 10100100 | 1011101 | 111110 |
Color Harmonies of #46F8C9
Complementary color
Monochromatic Colors of #46F8C9
Black with #46F8C9
Text Example
Text Example
White with #46F8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F8C9; }
p { color: rgb(70,248,201); }
H1.HeaderClassName
{
color: #46F8C9;
}
.AnyTagClassName
{
color: #46F8C9;
}
</style>
background-color css
<style>
a { background-color: #46F8C9; }
a { background-color: rgb(70,248,201); }
div.DivClassName
{
background-color: #46F8C9;
}
.BgClassName
{
background-color: #46F8C9;
}
</style>
border-color css
<style>
span { border-color: #46F8C9; }
span { border-color: rgb(70,248,201); }
td.TdClassName
{
border-color: #46F8C9;
}
.TagClassName
{
border-color: #46F8C9;
}
</style>