Shades of Turquoise #46FFB4
Tints of Turquoise #46FFB4
RGB
CMYK
RGB Variations
Color information
#46FFB4 (or 0x46FFB4) is known color: Turquoise. HEX triplet: 46, FF and B4. RGB value is (70,255,180). Sum of RGB (Red+Green+Blue) = 70+255+180=505 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.86% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFB4 is #B9004B. Grayscale: #BFBFBF. Windows color (decimal): -12124236 or 11861830. OLE color: 11861830.
HSL color Cylindrical-coordinate representation of color #46FFB4: hue angle of 155.68º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFB4 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 180 | - |
| CMYK | 0.73 | 0 | 0.29 | 0 |
| HSL | 155.68º | 1% | 0.64% | - |
| HSV(B) | 155.68º | 0.73% | 1% | - |
| XYZ | 46.52 | 76.12 | 55.42 | - |
| YUV | 191.14 | 121.71 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 180 | 0.73 | 0 | 0.29 | 0 | 155.68 | 1 | 0.64 |
| Hex | 46 | FF | B4 | 49 | 0 | 1D | 0 | 9C | 64 | 40 |
| Octal | 106 | 377 | 264 | 111 | 0 | 35 | 0 | 234 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10110100 | 1001001 | 0 | 11101 | 0 | 10011100 | 1100100 | 1000000 |
Color Harmonies of #46FFB4
Complementary color
Monochromatic Colors of #46FFB4
Black with #46FFB4
Text Example
Text Example
White with #46FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFB4; }
p { color: rgb(70,255,180); }
H1.HeaderClassName
{
color: #46FFB4;
}
.AnyTagClassName
{
color: #46FFB4;
}
</style>
background-color css
<style>
a { background-color: #46FFB4; }
a { background-color: rgb(70,255,180); }
div.DivClassName
{
background-color: #46FFB4;
}
.BgClassName
{
background-color: #46FFB4;
}
</style>
border-color css
<style>
span { border-color: #46FFB4; }
span { border-color: rgb(70,255,180); }
td.TdClassName
{
border-color: #46FFB4;
}
.TagClassName
{
border-color: #46FFB4;
}
</style>