Shades of Turquoise #46FAB8
Tints of Turquoise #46FAB8
RGB
CMYK
RGB Variations
Color information
#46FAB8 (or 0x46FAB8) is known color: Turquoise. HEX triplet: 46, FA and B8. RGB value is (70,250,184). Sum of RGB (Red+Green+Blue) = 70+250+184=504 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.89% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #46FAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FAB8 is #B90547. Grayscale: #BCBCBC. Windows color (decimal): -12125512 or 12122694. OLE color: 12122694.
HSL color Cylindrical-coordinate representation of color #46FAB8: hue angle of 158º 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 #46FAB8 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 184 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.02 |
| HSL | 158º | 0.95% | 0.63% | - |
| HSV(B) | 158º | 0.72% | 0.98% | - |
| XYZ | 45.36 | 73.13 | 57.07 | - |
| YUV | 188.66 | 125.37 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 184 | 0.72 | 0 | 0.26 | 0.02 | 158 | 0.95 | 0.63 |
| Hex | 46 | FA | B8 | 48 | 0 | 1A | 2 | 9E | 5F | 3F |
| Octal | 106 | 372 | 270 | 110 | 0 | 32 | 2 | 236 | 137 | 77 |
| Binary | 1000110 | 11111010 | 10111000 | 1001000 | 0 | 11010 | 10 | 10011110 | 1011111 | 111111 |
Color Harmonies of #46FAB8
Complementary color
Monochromatic Colors of #46FAB8
Black with #46FAB8
Text Example
Text Example
White with #46FAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FAB8; }
p { color: rgb(70,250,184); }
H1.HeaderClassName
{
color: #46FAB8;
}
.AnyTagClassName
{
color: #46FAB8;
}
</style>
background-color css
<style>
a { background-color: #46FAB8; }
a { background-color: rgb(70,250,184); }
div.DivClassName
{
background-color: #46FAB8;
}
.BgClassName
{
background-color: #46FAB8;
}
</style>
border-color css
<style>
span { border-color: #46FAB8; }
span { border-color: rgb(70,250,184); }
td.TdClassName
{
border-color: #46FAB8;
}
.TagClassName
{
border-color: #46FAB8;
}
</style>