Shades of Turquoise #4AFCBE
Tints of Turquoise #4AFCBE
RGB
CMYK
RGB Variations
Color information
#4AFCBE (or 0x4AFCBE) is known color: Turquoise. HEX triplet: 4A, FC and BE. RGB value is (74,252,190). Sum of RGB (Red+Green+Blue) = 74+252+190=516 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.34% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFCBE is #B50341. Grayscale: #BFBFBF. Windows color (decimal): -11862850 or 12516426. OLE color: 12516426.
HSL color Cylindrical-coordinate representation of color #4AFCBE: hue angle of 159.1º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFCBE is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 190 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.01 |
| HSL | 159.1º | 0.97% | 0.64% | - |
| HSV(B) | 159.1º | 0.71% | 0.99% | - |
| XYZ | 46.93 | 74.79 | 60.68 | - |
| YUV | 191.71 | 127.03 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 190 | 0.71 | 0 | 0.25 | 0.01 | 159.1 | 0.97 | 0.64 |
| Hex | 4A | FC | BE | 47 | 0 | 19 | 1 | 9F | 61 | 40 |
| Octal | 112 | 374 | 276 | 107 | 0 | 31 | 1 | 237 | 141 | 100 |
| Binary | 1001010 | 11111100 | 10111110 | 1000111 | 0 | 11001 | 1 | 10011111 | 1100001 | 1000000 |
Color Harmonies of #4AFCBE
Complementary color
Monochromatic Colors of #4AFCBE
Black with #4AFCBE
Text Example
Text Example
White with #4AFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFCBE; }
p { color: rgb(74,252,190); }
H1.HeaderClassName
{
color: #4AFCBE;
}
.AnyTagClassName
{
color: #4AFCBE;
}
</style>
background-color css
<style>
a { background-color: #4AFCBE; }
a { background-color: rgb(74,252,190); }
div.DivClassName
{
background-color: #4AFCBE;
}
.BgClassName
{
background-color: #4AFCBE;
}
</style>
border-color css
<style>
span { border-color: #4AFCBE; }
span { border-color: rgb(74,252,190); }
td.TdClassName
{
border-color: #4AFCBE;
}
.TagClassName
{
border-color: #4AFCBE;
}
</style>