Shades of Turquoise #4AE3DF
Tints of Turquoise #4AE3DF
RGB
CMYK
RGB Variations
Color information
#4AE3DF (or 0x4AE3DF) is known color: Turquoise. HEX triplet: 4A, E3 and DF. RGB value is (74,227,223). Sum of RGB (Red+Green+Blue) = 74+227+223=524 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.12% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE3DF is #B51C20. Grayscale: #B4B4B4. Windows color (decimal): -11869217 or 14672714. OLE color: 14672714.
HSL color Cylindrical-coordinate representation of color #4AE3DF: hue angle of 178.43º degrees, saturation: 0.73, 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 #4AE3DF is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 227 | 223 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.11 |
| HSL | 178.43º | 0.73% | 0.59% | - |
| HSV(B) | 178.43º | 0.67% | 0.89% | - |
| XYZ | 43.61 | 61.72 | 79.43 | - |
| YUV | 180.8 | 151.81 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 227 | 223 | 0.67 | 0 | 0.02 | 0.11 | 178.43 | 0.73 | 0.59 |
| Hex | 4A | E3 | DF | 43 | 0 | 2 | B | B2 | 49 | 3B |
| Octal | 112 | 343 | 337 | 103 | 0 | 2 | 13 | 262 | 111 | 73 |
| Binary | 1001010 | 11100011 | 11011111 | 1000011 | 0 | 10 | 1011 | 10110010 | 1001001 | 111011 |
Color Harmonies of #4AE3DF
Complementary color
Monochromatic Colors of #4AE3DF
Black with #4AE3DF
Text Example
Text Example
White with #4AE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE3DF; }
p { color: rgb(74,227,223); }
H1.HeaderClassName
{
color: #4AE3DF;
}
.AnyTagClassName
{
color: #4AE3DF;
}
</style>
background-color css
<style>
a { background-color: #4AE3DF; }
a { background-color: rgb(74,227,223); }
div.DivClassName
{
background-color: #4AE3DF;
}
.BgClassName
{
background-color: #4AE3DF;
}
</style>
border-color css
<style>
span { border-color: #4AE3DF; }
span { border-color: rgb(74,227,223); }
td.TdClassName
{
border-color: #4AE3DF;
}
.TagClassName
{
border-color: #4AE3DF;
}
</style>