Shades of Turquoise #4AEDEC
Tints of Turquoise #4AEDEC
RGB
CMYK
RGB Variations
Color information
#4AEDEC (or 0x4AEDEC) is known color: Turquoise. HEX triplet: 4A, ED and EC. RGB value is (74,237,236). Sum of RGB (Red+Green+Blue) = 74+237+236=547 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.53% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEDEC is #B51213. Grayscale: #BBBBBB. Windows color (decimal): -11866644 or 15527242. OLE color: 15527242.
HSL color Cylindrical-coordinate representation of color #4AEDEC: hue angle of 179.63º 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 #4AEDEC is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 236 | - |
| CMYK | 0.69 | 0 | 0.00 | 0.07 |
| HSL | 179.63º | 0.82% | 0.61% | - |
| HSV(B) | 179.63º | 0.69% | 0.93% | - |
| XYZ | 48.25 | 68.08 | 89.95 | - |
| YUV | 188.15 | 155 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 236 | 0.69 | 0 | 0.00 | 0.07 | 179.63 | 0.82 | 0.61 |
| Hex | 4A | ED | EC | 45 | 0 | 0 | 7 | B4 | 52 | 3D |
| Octal | 112 | 355 | 354 | 105 | 0 | 0 | 7 | 264 | 122 | 75 |
| Binary | 1001010 | 11101101 | 11101100 | 1000101 | 0 | 0 | 111 | 10110100 | 1010010 | 111101 |
Color Harmonies of #4AEDEC
Complementary color
Monochromatic Colors of #4AEDEC
Black with #4AEDEC
Text Example
Text Example
White with #4AEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDEC; }
p { color: rgb(74,237,236); }
H1.HeaderClassName
{
color: #4AEDEC;
}
.AnyTagClassName
{
color: #4AEDEC;
}
</style>
background-color css
<style>
a { background-color: #4AEDEC; }
a { background-color: rgb(74,237,236); }
div.DivClassName
{
background-color: #4AEDEC;
}
.BgClassName
{
background-color: #4AEDEC;
}
</style>
border-color css
<style>
span { border-color: #4AEDEC; }
span { border-color: rgb(74,237,236); }
td.TdClassName
{
border-color: #4AEDEC;
}
.TagClassName
{
border-color: #4AEDEC;
}
</style>