Shades of Turquoise #4AEDDA
Tints of Turquoise #4AEDDA
RGB
CMYK
RGB Variations
Color information
#4AEDDA (or 0x4AEDDA) is known color: Turquoise. HEX triplet: 4A, ED and DA. RGB value is (74,237,218). Sum of RGB (Red+Green+Blue) = 74+237+218=529 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.99% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDDA is #B51225. Grayscale: #BABABA. Windows color (decimal): -11866662 or 14347594. OLE color: 14347594.
HSL color Cylindrical-coordinate representation of color #4AEDDA: hue angle of 173.01º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEDDA is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 218 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.07 |
| HSL | 173.01º | 0.82% | 0.61% | - |
| HSV(B) | 173.01º | 0.69% | 0.93% | - |
| XYZ | 45.76 | 67.09 | 76.87 | - |
| YUV | 186.1 | 146 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 218 | 0.69 | 0 | 0.08 | 0.07 | 173.01 | 0.82 | 0.61 |
| Hex | 4A | ED | DA | 45 | 0 | 8 | 7 | AD | 52 | 3D |
| Octal | 112 | 355 | 332 | 105 | 0 | 10 | 7 | 255 | 122 | 75 |
| Binary | 1001010 | 11101101 | 11011010 | 1000101 | 0 | 1000 | 111 | 10101101 | 1010010 | 111101 |
Color Harmonies of #4AEDDA
Complementary color
Monochromatic Colors of #4AEDDA
Black with #4AEDDA
Text Example
Text Example
White with #4AEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDDA; }
p { color: rgb(74,237,218); }
H1.HeaderClassName
{
color: #4AEDDA;
}
.AnyTagClassName
{
color: #4AEDDA;
}
</style>
background-color css
<style>
a { background-color: #4AEDDA; }
a { background-color: rgb(74,237,218); }
div.DivClassName
{
background-color: #4AEDDA;
}
.BgClassName
{
background-color: #4AEDDA;
}
</style>
border-color css
<style>
span { border-color: #4AEDDA; }
span { border-color: rgb(74,237,218); }
td.TdClassName
{
border-color: #4AEDDA;
}
.TagClassName
{
border-color: #4AEDDA;
}
</style>