Shades of Turquoise #4AEBCF
Tints of Turquoise #4AEBCF
RGB
CMYK
RGB Variations
Color information
#4AEBCF (or 0x4AEBCF) is known color: Turquoise. HEX triplet: 4A, EB and CF. RGB value is (74,235,207). Sum of RGB (Red+Green+Blue) = 74+235+207=516 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.34% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEBCF is #B51430. Grayscale: #B7B7B7. Windows color (decimal): -11867185 or 13626186. OLE color: 13626186.
HSL color Cylindrical-coordinate representation of color #4AEBCF: hue angle of 169.57º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBCF is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 235 | 207 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.08 |
| HSL | 169.57º | 0.8% | 0.61% | - |
| HSV(B) | 169.57º | 0.69% | 0.92% | - |
| XYZ | 43.79 | 65.38 | 69.34 | - |
| YUV | 183.67 | 141.16 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 235 | 207 | 0.69 | 0 | 0.12 | 0.08 | 169.57 | 0.8 | 0.61 |
| Hex | 4A | EB | CF | 45 | 0 | C | 8 | AA | 50 | 3D |
| Octal | 112 | 353 | 317 | 105 | 0 | 14 | 10 | 252 | 120 | 75 |
| Binary | 1001010 | 11101011 | 11001111 | 1000101 | 0 | 1100 | 1000 | 10101010 | 1010000 | 111101 |
Color Harmonies of #4AEBCF
Complementary color
Monochromatic Colors of #4AEBCF
Black with #4AEBCF
Text Example
Text Example
White with #4AEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEBCF; }
p { color: rgb(74,235,207); }
H1.HeaderClassName
{
color: #4AEBCF;
}
.AnyTagClassName
{
color: #4AEBCF;
}
</style>
background-color css
<style>
a { background-color: #4AEBCF; }
a { background-color: rgb(74,235,207); }
div.DivClassName
{
background-color: #4AEBCF;
}
.BgClassName
{
background-color: #4AEBCF;
}
</style>
border-color css
<style>
span { border-color: #4AEBCF; }
span { border-color: rgb(74,235,207); }
td.TdClassName
{
border-color: #4AEBCF;
}
.TagClassName
{
border-color: #4AEBCF;
}
</style>