Shades of Turquoise #4AEDD6
Tints of Turquoise #4AEDD6
RGB
CMYK
RGB Variations
Color information
#4AEDD6 (or 0x4AEDD6) is known color: Turquoise. HEX triplet: 4A, ED and D6. RGB value is (74,237,214). Sum of RGB (Red+Green+Blue) = 74+237+214=525 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.10% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDD6 is #B51229. Grayscale: #B9B9B9. Windows color (decimal): -11866666 or 14085450. OLE color: 14085450.
HSL color Cylindrical-coordinate representation of color #4AEDD6: hue angle of 171.53º 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 #4AEDD6 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 214 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.07 |
| HSL | 171.53º | 0.82% | 0.61% | - |
| HSV(B) | 171.53º | 0.69% | 0.93% | - |
| XYZ | 45.25 | 66.88 | 74.14 | - |
| YUV | 185.64 | 144 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 214 | 0.69 | 0 | 0.10 | 0.07 | 171.53 | 0.82 | 0.61 |
| Hex | 4A | ED | D6 | 45 | 0 | A | 7 | AC | 52 | 3D |
| Octal | 112 | 355 | 326 | 105 | 0 | 12 | 7 | 254 | 122 | 75 |
| Binary | 1001010 | 11101101 | 11010110 | 1000101 | 0 | 1010 | 111 | 10101100 | 1010010 | 111101 |
Color Harmonies of #4AEDD6
Complementary color
Monochromatic Colors of #4AEDD6
Black with #4AEDD6
Text Example
Text Example
White with #4AEDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDD6; }
p { color: rgb(74,237,214); }
H1.HeaderClassName
{
color: #4AEDD6;
}
.AnyTagClassName
{
color: #4AEDD6;
}
</style>
background-color css
<style>
a { background-color: #4AEDD6; }
a { background-color: rgb(74,237,214); }
div.DivClassName
{
background-color: #4AEDD6;
}
.BgClassName
{
background-color: #4AEDD6;
}
</style>
border-color css
<style>
span { border-color: #4AEDD6; }
span { border-color: rgb(74,237,214); }
td.TdClassName
{
border-color: #4AEDD6;
}
.TagClassName
{
border-color: #4AEDD6;
}
</style>