Shades of Turquoise #4AF0BD
Tints of Turquoise #4AF0BD
RGB
CMYK
RGB Variations
Color information
#4AF0BD (or 0x4AF0BD) is known color: Turquoise. HEX triplet: 4A, F0 and BD. RGB value is (74,240,189). Sum of RGB (Red+Green+Blue) = 74+240+189=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF0BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF0BD is #B50F42. Grayscale: #B8B8B8. Windows color (decimal): -11865923 or 12447818. OLE color: 12447818.
HSL color Cylindrical-coordinate representation of color #4AF0BD: hue angle of 161.57º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF0BD is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 189 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.06 |
| HSL | 161.57º | 0.85% | 0.62% | - |
| HSV(B) | 161.57º | 0.69% | 0.94% | - |
| XYZ | 43.17 | 67.45 | 58.89 | - |
| YUV | 184.55 | 130.5 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 189 | 0.69 | 0 | 0.21 | 0.06 | 161.57 | 0.85 | 0.62 |
| Hex | 4A | F0 | BD | 45 | 0 | 15 | 6 | A2 | 55 | 3E |
| Octal | 112 | 360 | 275 | 105 | 0 | 25 | 6 | 242 | 125 | 76 |
| Binary | 1001010 | 11110000 | 10111101 | 1000101 | 0 | 10101 | 110 | 10100010 | 1010101 | 111110 |
Color Harmonies of #4AF0BD
Complementary color
Monochromatic Colors of #4AF0BD
Black with #4AF0BD
Text Example
Text Example
White with #4AF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF0BD; }
p { color: rgb(74,240,189); }
H1.HeaderClassName
{
color: #4AF0BD;
}
.AnyTagClassName
{
color: #4AF0BD;
}
</style>
background-color css
<style>
a { background-color: #4AF0BD; }
a { background-color: rgb(74,240,189); }
div.DivClassName
{
background-color: #4AF0BD;
}
.BgClassName
{
background-color: #4AF0BD;
}
</style>
border-color css
<style>
span { border-color: #4AF0BD; }
span { border-color: rgb(74,240,189); }
td.TdClassName
{
border-color: #4AF0BD;
}
.TagClassName
{
border-color: #4AF0BD;
}
</style>