Shades of Turquoise #4AF9BC
Tints of Turquoise #4AF9BC
RGB
CMYK
RGB Variations
Color information
#4AF9BC (or 0x4AF9BC) is known color: Turquoise. HEX triplet: 4A, F9 and BC. RGB value is (74,249,188). Sum of RGB (Red+Green+Blue) = 74+249+188=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF9BC is #B50643. Grayscale: #BDBDBD. Windows color (decimal): -11863620 or 12384586. OLE color: 12384586.
HSL color Cylindrical-coordinate representation of color #4AF9BC: hue angle of 159.09º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF9BC is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 188 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.02 |
| HSL | 159.09º | 0.94% | 0.63% | - |
| HSV(B) | 159.09º | 0.7% | 0.98% | - |
| XYZ | 45.78 | 72.84 | 59.22 | - |
| YUV | 189.72 | 127.02 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 188 | 0.70 | 0 | 0.24 | 0.02 | 159.09 | 0.94 | 0.63 |
| Hex | 4A | F9 | BC | 46 | 0 | 18 | 2 | 9F | 5E | 3F |
| Octal | 112 | 371 | 274 | 106 | 0 | 30 | 2 | 237 | 136 | 77 |
| Binary | 1001010 | 11111001 | 10111100 | 1000110 | 0 | 11000 | 10 | 10011111 | 1011110 | 111111 |
Color Harmonies of #4AF9BC
Complementary color
Monochromatic Colors of #4AF9BC
Black with #4AF9BC
Text Example
Text Example
White with #4AF9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF9BC; }
p { color: rgb(74,249,188); }
H1.HeaderClassName
{
color: #4AF9BC;
}
.AnyTagClassName
{
color: #4AF9BC;
}
</style>
background-color css
<style>
a { background-color: #4AF9BC; }
a { background-color: rgb(74,249,188); }
div.DivClassName
{
background-color: #4AF9BC;
}
.BgClassName
{
background-color: #4AF9BC;
}
</style>
border-color css
<style>
span { border-color: #4AF9BC; }
span { border-color: rgb(74,249,188); }
td.TdClassName
{
border-color: #4AF9BC;
}
.TagClassName
{
border-color: #4AF9BC;
}
</style>