Shades of Turquoise #4AEECE
Tints of Turquoise #4AEECE
RGB
CMYK
RGB Variations
Color information
#4AEECE (or 0x4AEECE) is known color: Turquoise. HEX triplet: 4A, EE and CE. RGB value is (74,238,206). Sum of RGB (Red+Green+Blue) = 74+238+206=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEECE is #B51131. Grayscale: #B9B9B9. Windows color (decimal): -11866418 or 13561418. OLE color: 13561418.
HSL color Cylindrical-coordinate representation of color #4AEECE: hue angle of 168.29º 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 #4AEECE is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 238 | 206 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.07 |
| HSL | 168.29º | 0.83% | 0.61% | - |
| HSV(B) | 168.29º | 0.69% | 0.93% | - |
| XYZ | 44.54 | 67.06 | 68.99 | - |
| YUV | 185.32 | 139.67 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 206 | 0.69 | 0 | 0.13 | 0.07 | 168.29 | 0.83 | 0.61 |
| Hex | 4A | EE | CE | 45 | 0 | D | 7 | A8 | 53 | 3D |
| Octal | 112 | 356 | 316 | 105 | 0 | 15 | 7 | 250 | 123 | 75 |
| Binary | 1001010 | 11101110 | 11001110 | 1000101 | 0 | 1101 | 111 | 10101000 | 1010011 | 111101 |
Color Harmonies of #4AEECE
Complementary color
Monochromatic Colors of #4AEECE
Black with #4AEECE
Text Example
Text Example
White with #4AEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEECE; }
p { color: rgb(74,238,206); }
H1.HeaderClassName
{
color: #4AEECE;
}
.AnyTagClassName
{
color: #4AEECE;
}
</style>
background-color css
<style>
a { background-color: #4AEECE; }
a { background-color: rgb(74,238,206); }
div.DivClassName
{
background-color: #4AEECE;
}
.BgClassName
{
background-color: #4AEECE;
}
</style>
border-color css
<style>
span { border-color: #4AEECE; }
span { border-color: rgb(74,238,206); }
td.TdClassName
{
border-color: #4AEECE;
}
.TagClassName
{
border-color: #4AEECE;
}
</style>