Shades of Turquoise #4BFCAF
Tints of Turquoise #4BFCAF
RGB
CMYK
RGB Variations
Color information
#4BFCAF (or 0x4BFCAF) is known color: Turquoise. HEX triplet: 4B, FC and AF. RGB value is (75,252,175). Sum of RGB (Red+Green+Blue) = 75+252+175=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFCAF is #B40350. Grayscale: #BEBEBE. Windows color (decimal): -11797329 or 11533387. OLE color: 11533387.
HSL color Cylindrical-coordinate representation of color #4BFCAF: hue angle of 153.9º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFCAF is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 175 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.01 |
| HSL | 153.9º | 0.97% | 0.64% | - |
| HSV(B) | 153.9º | 0.7% | 0.99% | - |
| XYZ | 45.45 | 74.21 | 52.49 | - |
| YUV | 190.3 | 119.36 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 175 | 0.70 | 0 | 0.31 | 0.01 | 153.9 | 0.97 | 0.64 |
| Hex | 4B | FC | AF | 46 | 0 | 1F | 1 | 9A | 61 | 40 |
| Octal | 113 | 374 | 257 | 106 | 0 | 37 | 1 | 232 | 141 | 100 |
| Binary | 1001011 | 11111100 | 10101111 | 1000110 | 0 | 11111 | 1 | 10011010 | 1100001 | 1000000 |
Color Harmonies of #4BFCAF
Complementary color
Monochromatic Colors of #4BFCAF
Black with #4BFCAF
Text Example
Text Example
White with #4BFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCAF; }
p { color: rgb(75,252,175); }
H1.HeaderClassName
{
color: #4BFCAF;
}
.AnyTagClassName
{
color: #4BFCAF;
}
</style>
background-color css
<style>
a { background-color: #4BFCAF; }
a { background-color: rgb(75,252,175); }
div.DivClassName
{
background-color: #4BFCAF;
}
.BgClassName
{
background-color: #4BFCAF;
}
</style>
border-color css
<style>
span { border-color: #4BFCAF; }
span { border-color: rgb(75,252,175); }
td.TdClassName
{
border-color: #4BFCAF;
}
.TagClassName
{
border-color: #4BFCAF;
}
</style>