Shades of Turquoise #4AF9ED
Tints of Turquoise #4AF9ED
RGB
CMYK
RGB Variations
Color information
#4AF9ED (or 0x4AF9ED) is known color: Turquoise. HEX triplet: 4A, F9 and ED. RGB value is (74,249,237). Sum of RGB (Red+Green+Blue) = 74+249+237=560 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.21% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF9ED is #B50612. Grayscale: #C3C3C3. Windows color (decimal): -11863571 or 15595850. OLE color: 15595850.
HSL color Cylindrical-coordinate representation of color #4AF9ED: hue angle of 175.89º 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 #4AF9ED is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 237 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.02 |
| HSL | 175.89º | 0.94% | 0.63% | - |
| HSV(B) | 175.89º | 0.7% | 0.98% | - |
| XYZ | 51.99 | 75.32 | 91.92 | - |
| YUV | 195.31 | 151.52 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 237 | 0.70 | 0 | 0.05 | 0.02 | 175.89 | 0.94 | 0.63 |
| Hex | 4A | F9 | ED | 46 | 0 | 5 | 2 | B0 | 5E | 3F |
| Octal | 112 | 371 | 355 | 106 | 0 | 5 | 2 | 260 | 136 | 77 |
| Binary | 1001010 | 11111001 | 11101101 | 1000110 | 0 | 101 | 10 | 10110000 | 1011110 | 111111 |
Color Harmonies of #4AF9ED
Complementary color
Monochromatic Colors of #4AF9ED
Black with #4AF9ED
Text Example
Text Example
White with #4AF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF9ED; }
p { color: rgb(74,249,237); }
H1.HeaderClassName
{
color: #4AF9ED;
}
.AnyTagClassName
{
color: #4AF9ED;
}
</style>
background-color css
<style>
a { background-color: #4AF9ED; }
a { background-color: rgb(74,249,237); }
div.DivClassName
{
background-color: #4AF9ED;
}
.BgClassName
{
background-color: #4AF9ED;
}
</style>
border-color css
<style>
span { border-color: #4AF9ED; }
span { border-color: rgb(74,249,237); }
td.TdClassName
{
border-color: #4AF9ED;
}
.TagClassName
{
border-color: #4AF9ED;
}
</style>