Shades of Turquoise #4AEEED
Tints of Turquoise #4AEEED
RGB
CMYK
RGB Variations
Color information
#4AEEED (or 0x4AEEED) is known color: Turquoise. HEX triplet: 4A, EE and ED. RGB value is (74,238,237). Sum of RGB (Red+Green+Blue) = 74+238+237=549 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.48% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEEED is #B51112. Grayscale: #BCBCBC. Windows color (decimal): -11866387 or 15593034. OLE color: 15593034.
HSL color Cylindrical-coordinate representation of color #4AEEED: hue angle of 179.63º degrees, saturation: 0.83, 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 #4AEEED is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 238 | 237 | - |
| CMYK | 0.69 | 0 | 0.00 | 0.07 |
| HSL | 179.63º | 0.83% | 0.61% | - |
| HSV(B) | 179.63º | 0.69% | 0.93% | - |
| XYZ | 48.68 | 68.72 | 90.82 | - |
| YUV | 188.85 | 155.17 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 237 | 0.69 | 0 | 0.00 | 0.07 | 179.63 | 0.83 | 0.61 |
| Hex | 4A | EE | ED | 45 | 0 | 0 | 7 | B4 | 53 | 3D |
| Octal | 112 | 356 | 355 | 105 | 0 | 0 | 7 | 264 | 123 | 75 |
| Binary | 1001010 | 11101110 | 11101101 | 1000101 | 0 | 0 | 111 | 10110100 | 1010011 | 111101 |
Color Harmonies of #4AEEED
Complementary color
Monochromatic Colors of #4AEEED
Black with #4AEEED
Text Example
Text Example
White with #4AEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEEED; }
p { color: rgb(74,238,237); }
H1.HeaderClassName
{
color: #4AEEED;
}
.AnyTagClassName
{
color: #4AEEED;
}
</style>
background-color css
<style>
a { background-color: #4AEEED; }
a { background-color: rgb(74,238,237); }
div.DivClassName
{
background-color: #4AEEED;
}
.BgClassName
{
background-color: #4AEEED;
}
</style>
border-color css
<style>
span { border-color: #4AEEED; }
span { border-color: rgb(74,238,237); }
td.TdClassName
{
border-color: #4AEEED;
}
.TagClassName
{
border-color: #4AEEED;
}
</style>