Shades of Turquoise #4AE2D3
Tints of Turquoise #4AE2D3
RGB
CMYK
RGB Variations
Color information
#4AE2D3 (or 0x4AE2D3) is known color: Turquoise. HEX triplet: 4A, E2 and D3. RGB value is (74,226,211). Sum of RGB (Red+Green+Blue) = 74+226+211=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #4AE2D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE2D3 is #B51D2C. Grayscale: #B2B2B2. Windows color (decimal): -11869485 or 13886026. OLE color: 13886026.
HSL color Cylindrical-coordinate representation of color #4AE2D3: hue angle of 174.08º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE2D3 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 226 | 211 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.11 |
| HSL | 174.08º | 0.72% | 0.59% | - |
| HSV(B) | 174.08º | 0.67% | 0.89% | - |
| XYZ | 41.78 | 60.55 | 71.11 | - |
| YUV | 178.84 | 146.14 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 226 | 211 | 0.67 | 0 | 0.07 | 0.11 | 174.08 | 0.72 | 0.59 |
| Hex | 4A | E2 | D3 | 43 | 0 | 7 | B | AE | 48 | 3B |
| Octal | 112 | 342 | 323 | 103 | 0 | 7 | 13 | 256 | 110 | 73 |
| Binary | 1001010 | 11100010 | 11010011 | 1000011 | 0 | 111 | 1011 | 10101110 | 1001000 | 111011 |
Color Harmonies of #4AE2D3
Complementary color
Monochromatic Colors of #4AE2D3
Black with #4AE2D3
Text Example
Text Example
White with #4AE2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE2D3; }
p { color: rgb(74,226,211); }
H1.HeaderClassName
{
color: #4AE2D3;
}
.AnyTagClassName
{
color: #4AE2D3;
}
</style>
background-color css
<style>
a { background-color: #4AE2D3; }
a { background-color: rgb(74,226,211); }
div.DivClassName
{
background-color: #4AE2D3;
}
.BgClassName
{
background-color: #4AE2D3;
}
</style>
border-color css
<style>
span { border-color: #4AE2D3; }
span { border-color: rgb(74,226,211); }
td.TdClassName
{
border-color: #4AE2D3;
}
.TagClassName
{
border-color: #4AE2D3;
}
</style>