Shades of Medium Turquoise #4ACECB
Tints of Medium Turquoise #4ACECB
RGB
CMYK
RGB Variations
Color information
#4ACECB (or 0x4ACECB) is known color: Medium Turquoise. HEX triplet: 4A, CE and CB. RGB value is (74,206,203). Sum of RGB (Red+Green+Blue) = 74+206+203=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACECB is #B53134. Grayscale: #A6A6A6. Windows color (decimal): -11874613 or 13356618. OLE color: 13356618.
HSL color Cylindrical-coordinate representation of color #4ACECB: hue angle of 178.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACECB is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 203 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.19 |
| HSL | 178.64º | 0.57% | 0.55% | - |
| HSV(B) | 178.64º | 0.64% | 0.81% | - |
| XYZ | 35.67 | 49.91 | 64.25 | - |
| YUV | 166.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 203 | 0.64 | 0 | 0.01 | 0.19 | 178.64 | 0.57 | 0.55 |
| Hex | 4A | CE | CB | 40 | 0 | 1 | 13 | B3 | 39 | 37 |
| Octal | 112 | 316 | 313 | 100 | 0 | 1 | 23 | 263 | 71 | 67 |
| Binary | 1001010 | 11001110 | 11001011 | 1000000 | 0 | 1 | 10011 | 10110011 | 111001 | 110111 |
Color Harmonies of #4ACECB
Complementary color
Monochromatic Colors of #4ACECB
Black with #4ACECB
Text Example
Text Example
White with #4ACECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACECB; }
p { color: rgb(74,206,203); }
H1.HeaderClassName
{
color: #4ACECB;
}
.AnyTagClassName
{
color: #4ACECB;
}
</style>
background-color css
<style>
a { background-color: #4ACECB; }
a { background-color: rgb(74,206,203); }
div.DivClassName
{
background-color: #4ACECB;
}
.BgClassName
{
background-color: #4ACECB;
}
</style>
border-color css
<style>
span { border-color: #4ACECB; }
span { border-color: rgb(74,206,203); }
td.TdClassName
{
border-color: #4ACECB;
}
.TagClassName
{
border-color: #4ACECB;
}
</style>