Shades of Turquoise #4AF4BD
Tints of Turquoise #4AF4BD
RGB
CMYK
RGB Variations
Color information
#4AF4BD (or 0x4AF4BD) is known color: Turquoise. HEX triplet: 4A, F4 and BD. RGB value is (74,244,189). Sum of RGB (Red+Green+Blue) = 74+244+189=507 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.60% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF4BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF4BD is #B50B42. Grayscale: #BABABA. Windows color (decimal): -11864899 or 12448842. OLE color: 12448842.
HSL color Cylindrical-coordinate representation of color #4AF4BD: hue angle of 160.59º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF4BD is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 189 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.04 |
| HSL | 160.59º | 0.89% | 0.62% | - |
| HSV(B) | 160.59º | 0.7% | 0.96% | - |
| XYZ | 44.36 | 69.83 | 59.28 | - |
| YUV | 186.9 | 129.18 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 189 | 0.70 | 0 | 0.23 | 0.04 | 160.59 | 0.89 | 0.62 |
| Hex | 4A | F4 | BD | 46 | 0 | 17 | 4 | A1 | 59 | 3E |
| Octal | 112 | 364 | 275 | 106 | 0 | 27 | 4 | 241 | 131 | 76 |
| Binary | 1001010 | 11110100 | 10111101 | 1000110 | 0 | 10111 | 100 | 10100001 | 1011001 | 111110 |
Color Harmonies of #4AF4BD
Complementary color
Monochromatic Colors of #4AF4BD
Black with #4AF4BD
Text Example
Text Example
White with #4AF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF4BD; }
p { color: rgb(74,244,189); }
H1.HeaderClassName
{
color: #4AF4BD;
}
.AnyTagClassName
{
color: #4AF4BD;
}
</style>
background-color css
<style>
a { background-color: #4AF4BD; }
a { background-color: rgb(74,244,189); }
div.DivClassName
{
background-color: #4AF4BD;
}
.BgClassName
{
background-color: #4AF4BD;
}
</style>
border-color css
<style>
span { border-color: #4AF4BD; }
span { border-color: rgb(74,244,189); }
td.TdClassName
{
border-color: #4AF4BD;
}
.TagClassName
{
border-color: #4AF4BD;
}
</style>