Shades of Turquoise #46FAC8
Tints of Turquoise #46FAC8
RGB
CMYK
RGB Variations
Color information
#46FAC8 (or 0x46FAC8) is known color: Turquoise. HEX triplet: 46, FA and C8. RGB value is (70,250,200). Sum of RGB (Red+Green+Blue) = 70+250+200=520 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.46% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #46FAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FAC8 is #B90537. Grayscale: #BEBEBE. Windows color (decimal): -12125496 or 13171270. OLE color: 13171270.
HSL color Cylindrical-coordinate representation of color #46FAC8: hue angle of 163.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 #46FAC8 is Cyan = 0.72, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 200 | - |
| CMYK | 0.72 | 0 | 0.2 | 0.02 |
| HSL | 163.33º | 0.95% | 0.63% | - |
| HSV(B) | 163.33º | 0.72% | 0.98% | - |
| XYZ | 47.14 | 73.84 | 66.41 | - |
| YUV | 190.48 | 133.37 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 200 | 0.72 | 0 | 0.2 | 0.02 | 163.33 | 0.95 | 0.63 |
| Hex | 46 | FA | C8 | 48 | 0 | 14 | 2 | A3 | 5F | 3F |
| Octal | 106 | 372 | 310 | 110 | 0 | 24 | 2 | 243 | 137 | 77 |
| Binary | 1000110 | 11111010 | 11001000 | 1001000 | 0 | 10100 | 10 | 10100011 | 1011111 | 111111 |
Color Harmonies of #46FAC8
Complementary color
Monochromatic Colors of #46FAC8
Black with #46FAC8
Text Example
Text Example
White with #46FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FAC8; }
p { color: rgb(70,250,200); }
H1.HeaderClassName
{
color: #46FAC8;
}
.AnyTagClassName
{
color: #46FAC8;
}
</style>
background-color css
<style>
a { background-color: #46FAC8; }
a { background-color: rgb(70,250,200); }
div.DivClassName
{
background-color: #46FAC8;
}
.BgClassName
{
background-color: #46FAC8;
}
</style>
border-color css
<style>
span { border-color: #46FAC8; }
span { border-color: rgb(70,250,200); }
td.TdClassName
{
border-color: #46FAC8;
}
.TagClassName
{
border-color: #46FAC8;
}
</style>