Shades of Turquoise #4BF6CE
Tints of Turquoise #4BF6CE
RGB
CMYK
RGB Variations
Color information
#4BF6CE (or 0x4BF6CE) is known color: Turquoise. HEX triplet: 4B, F6 and CE. RGB value is (75,246,206). Sum of RGB (Red+Green+Blue) = 75+246+206=527 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.23% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF6CE is #B40931. Grayscale: #BEBEBE. Windows color (decimal): -11798834 or 13563467. OLE color: 13563467.
HSL color Cylindrical-coordinate representation of color #4BF6CE: hue angle of 165.96º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF6CE is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 246 | 206 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.04 |
| HSL | 165.96º | 0.9% | 0.63% | - |
| HSV(B) | 165.96º | 0.7% | 0.96% | - |
| XYZ | 47 | 71.86 | 69.79 | - |
| YUV | 190.31 | 136.85 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 246 | 206 | 0.70 | 0 | 0.16 | 0.04 | 165.96 | 0.9 | 0.63 |
| Hex | 4B | F6 | CE | 46 | 0 | 10 | 4 | A6 | 5A | 3F |
| Octal | 113 | 366 | 316 | 106 | 0 | 20 | 4 | 246 | 132 | 77 |
| Binary | 1001011 | 11110110 | 11001110 | 1000110 | 0 | 10000 | 100 | 10100110 | 1011010 | 111111 |
Color Harmonies of #4BF6CE
Complementary color
Monochromatic Colors of #4BF6CE
Black with #4BF6CE
Text Example
Text Example
White with #4BF6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF6CE; }
p { color: rgb(75,246,206); }
H1.HeaderClassName
{
color: #4BF6CE;
}
.AnyTagClassName
{
color: #4BF6CE;
}
</style>
background-color css
<style>
a { background-color: #4BF6CE; }
a { background-color: rgb(75,246,206); }
div.DivClassName
{
background-color: #4BF6CE;
}
.BgClassName
{
background-color: #4BF6CE;
}
</style>
border-color css
<style>
span { border-color: #4BF6CE; }
span { border-color: rgb(75,246,206); }
td.TdClassName
{
border-color: #4BF6CE;
}
.TagClassName
{
border-color: #4BF6CE;
}
</style>