Shades of Medium Turquoise #4ACEDB
Tints of Medium Turquoise #4ACEDB
RGB
CMYK
RGB Variations
Color information
#4ACEDB (or 0x4ACEDB) is known color: Medium Turquoise. HEX triplet: 4A, CE and DB. RGB value is (74,206,219). Sum of RGB (Red+Green+Blue) = 74+206+219=499 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.83% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ACEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEDB is #B53124. Grayscale: #A7A7A7. Windows color (decimal): -11874597 or 14405194. OLE color: 14405194.
HSL color Cylindrical-coordinate representation of color #4ACEDB: hue angle of 185.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ACEDB is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 206 | 219 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.14 |
| HSL | 185.38º | 0.67% | 0.57% | - |
| HSV(B) | 185.38º | 0.66% | 0.86% | - |
| XYZ | 37.68 | 50.71 | 74.82 | - |
| YUV | 168.01 | 156.77 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 219 | 0.66 | 0.06 | 0 | 0.14 | 185.38 | 0.67 | 0.57 |
| Hex | 4A | CE | DB | 42 | 6 | 0 | E | B9 | 43 | 39 |
| Octal | 112 | 316 | 333 | 102 | 6 | 0 | 16 | 271 | 103 | 71 |
| Binary | 1001010 | 11001110 | 11011011 | 1000010 | 110 | 0 | 1110 | 10111001 | 1000011 | 111001 |
Color Harmonies of #4ACEDB
Complementary color
Monochromatic Colors of #4ACEDB
Black with #4ACEDB
Text Example
Text Example
White with #4ACEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEDB; }
p { color: rgb(74,206,219); }
H1.HeaderClassName
{
color: #4ACEDB;
}
.AnyTagClassName
{
color: #4ACEDB;
}
</style>
background-color css
<style>
a { background-color: #4ACEDB; }
a { background-color: rgb(74,206,219); }
div.DivClassName
{
background-color: #4ACEDB;
}
.BgClassName
{
background-color: #4ACEDB;
}
</style>
border-color css
<style>
span { border-color: #4ACEDB; }
span { border-color: rgb(74,206,219); }
td.TdClassName
{
border-color: #4ACEDB;
}
.TagClassName
{
border-color: #4ACEDB;
}
</style>