Shades of Turquoise #4AF1ED
Tints of Turquoise #4AF1ED
RGB
CMYK
RGB Variations
Color information
#4AF1ED (or 0x4AF1ED) is known color: Turquoise. HEX triplet: 4A, F1 and ED. RGB value is (74,241,237). Sum of RGB (Red+Green+Blue) = 74+241+237=552 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.41% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF1ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF1ED is #B50E12. Grayscale: #BEBEBE. Windows color (decimal): -11865619 or 15593802. OLE color: 15593802.
HSL color Cylindrical-coordinate representation of color #4AF1ED: hue angle of 178.56º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF1ED is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 237 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.05 |
| HSL | 178.56º | 0.86% | 0.62% | - |
| HSV(B) | 178.56º | 0.69% | 0.95% | - |
| XYZ | 49.57 | 70.48 | 91.11 | - |
| YUV | 190.61 | 154.17 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 237 | 0.69 | 0 | 0.02 | 0.05 | 178.56 | 0.86 | 0.62 |
| Hex | 4A | F1 | ED | 45 | 0 | 2 | 5 | B3 | 56 | 3E |
| Octal | 112 | 361 | 355 | 105 | 0 | 2 | 5 | 263 | 126 | 76 |
| Binary | 1001010 | 11110001 | 11101101 | 1000101 | 0 | 10 | 101 | 10110011 | 1010110 | 111110 |
Color Harmonies of #4AF1ED
Complementary color
Monochromatic Colors of #4AF1ED
Black with #4AF1ED
Text Example
Text Example
White with #4AF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF1ED; }
p { color: rgb(74,241,237); }
H1.HeaderClassName
{
color: #4AF1ED;
}
.AnyTagClassName
{
color: #4AF1ED;
}
</style>
background-color css
<style>
a { background-color: #4AF1ED; }
a { background-color: rgb(74,241,237); }
div.DivClassName
{
background-color: #4AF1ED;
}
.BgClassName
{
background-color: #4AF1ED;
}
</style>
border-color css
<style>
span { border-color: #4AF1ED; }
span { border-color: rgb(74,241,237); }
td.TdClassName
{
border-color: #4AF1ED;
}
.TagClassName
{
border-color: #4AF1ED;
}
</style>