Shades of Turquoise #4BF6CB
Tints of Turquoise #4BF6CB
RGB
CMYK
RGB Variations
Color information
#4BF6CB (or 0x4BF6CB) is known color: Turquoise. HEX triplet: 4B, F6 and CB. RGB value is (75,246,203). Sum of RGB (Red+Green+Blue) = 75+246+203=524 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.31% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF6CB is #B40934. Grayscale: #BDBDBD. Windows color (decimal): -11798837 or 13366859. OLE color: 13366859.
HSL color Cylindrical-coordinate representation of color #4BF6CB: hue angle of 164.91º 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 #4BF6CB is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 246 | 203 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.04 |
| HSL | 164.91º | 0.9% | 0.63% | - |
| HSV(B) | 164.91º | 0.7% | 0.96% | - |
| XYZ | 46.64 | 71.72 | 67.89 | - |
| YUV | 189.97 | 135.35 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 246 | 203 | 0.70 | 0 | 0.17 | 0.04 | 164.91 | 0.9 | 0.63 |
| Hex | 4B | F6 | CB | 46 | 0 | 11 | 4 | A5 | 5A | 3F |
| Octal | 113 | 366 | 313 | 106 | 0 | 21 | 4 | 245 | 132 | 77 |
| Binary | 1001011 | 11110110 | 11001011 | 1000110 | 0 | 10001 | 100 | 10100101 | 1011010 | 111111 |
Color Harmonies of #4BF6CB
Complementary color
Monochromatic Colors of #4BF6CB
Black with #4BF6CB
Text Example
Text Example
White with #4BF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF6CB; }
p { color: rgb(75,246,203); }
H1.HeaderClassName
{
color: #4BF6CB;
}
.AnyTagClassName
{
color: #4BF6CB;
}
</style>
background-color css
<style>
a { background-color: #4BF6CB; }
a { background-color: rgb(75,246,203); }
div.DivClassName
{
background-color: #4BF6CB;
}
.BgClassName
{
background-color: #4BF6CB;
}
</style>
border-color css
<style>
span { border-color: #4BF6CB; }
span { border-color: rgb(75,246,203); }
td.TdClassName
{
border-color: #4BF6CB;
}
.TagClassName
{
border-color: #4BF6CB;
}
</style>