Shades of Medium Turquoise #4ACEDF
Tints of Medium Turquoise #4ACEDF
RGB
CMYK
RGB Variations
Color information
#4ACEDF (or 0x4ACEDF) is known color: Medium Turquoise. HEX triplet: 4A, CE and DF. RGB value is (74,206,223). Sum of RGB (Red+Green+Blue) = 74+206+223=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #4ACEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEDF is #B53120. Grayscale: #A8A8A8. Windows color (decimal): -11874593 or 14667338. OLE color: 14667338.
HSL color Cylindrical-coordinate representation of color #4ACEDF: hue angle of 186.85º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ACEDF is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 206 | 223 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.13 |
| HSL | 186.85º | 0.7% | 0.58% | - |
| HSV(B) | 186.85º | 0.67% | 0.87% | - |
| XYZ | 38.21 | 50.93 | 77.63 | - |
| YUV | 168.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 223 | 0.67 | 0.08 | 0 | 0.13 | 186.85 | 0.7 | 0.58 |
| Hex | 4A | CE | DF | 43 | 8 | 0 | D | BB | 46 | 3A |
| Octal | 112 | 316 | 337 | 103 | 10 | 0 | 15 | 273 | 106 | 72 |
| Binary | 1001010 | 11001110 | 11011111 | 1000011 | 1000 | 0 | 1101 | 10111011 | 1000110 | 111010 |
Color Harmonies of #4ACEDF
Complementary color
Monochromatic Colors of #4ACEDF
Black with #4ACEDF
Text Example
Text Example
White with #4ACEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEDF; }
p { color: rgb(74,206,223); }
H1.HeaderClassName
{
color: #4ACEDF;
}
.AnyTagClassName
{
color: #4ACEDF;
}
</style>
background-color css
<style>
a { background-color: #4ACEDF; }
a { background-color: rgb(74,206,223); }
div.DivClassName
{
background-color: #4ACEDF;
}
.BgClassName
{
background-color: #4ACEDF;
}
</style>
border-color css
<style>
span { border-color: #4ACEDF; }
span { border-color: rgb(74,206,223); }
td.TdClassName
{
border-color: #4ACEDF;
}
.TagClassName
{
border-color: #4ACEDF;
}
</style>