Shades of Medium Turquoise #4ACAE3
Tints of Medium Turquoise #4ACAE3
RGB
CMYK
RGB Variations
Color information
#4ACAE3 (or 0x4ACAE3) is known color: Medium Turquoise. HEX triplet: 4A, CA and E3. RGB value is (74,202,227). Sum of RGB (Red+Green+Blue) = 74+202+227=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #4ACAE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACAE3 is #B5351C. Grayscale: #A6A6A6. Windows color (decimal): -11875613 or 14928458. OLE color: 14928458.
HSL color Cylindrical-coordinate representation of color #4ACAE3: hue angle of 189.8º 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 #4ACAE3 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 202 | 227 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.11 |
| HSL | 189.8º | 0.73% | 0.59% | - |
| HSV(B) | 189.8º | 0.67% | 0.89% | - |
| XYZ | 37.81 | 49.24 | 80.19 | - |
| YUV | 166.58 | 162.09 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 227 | 0.67 | 0.11 | 0 | 0.11 | 189.8 | 0.73 | 0.59 |
| Hex | 4A | CA | E3 | 43 | B | 0 | B | BE | 49 | 3B |
| Octal | 112 | 312 | 343 | 103 | 13 | 0 | 13 | 276 | 111 | 73 |
| Binary | 1001010 | 11001010 | 11100011 | 1000011 | 1011 | 0 | 1011 | 10111110 | 1001001 | 111011 |
Color Harmonies of #4ACAE3
Complementary color
Monochromatic Colors of #4ACAE3
Black with #4ACAE3
Text Example
Text Example
White with #4ACAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACAE3; }
p { color: rgb(74,202,227); }
H1.HeaderClassName
{
color: #4ACAE3;
}
.AnyTagClassName
{
color: #4ACAE3;
}
</style>
background-color css
<style>
a { background-color: #4ACAE3; }
a { background-color: rgb(74,202,227); }
div.DivClassName
{
background-color: #4ACAE3;
}
.BgClassName
{
background-color: #4ACAE3;
}
</style>
border-color css
<style>
span { border-color: #4ACAE3; }
span { border-color: rgb(74,202,227); }
td.TdClassName
{
border-color: #4ACAE3;
}
.TagClassName
{
border-color: #4ACAE3;
}
</style>