Shades of Medium Turquoise #4ACADB
Tints of Medium Turquoise #4ACADB
RGB
CMYK
RGB Variations
Color information
#4ACADB (or 0x4ACADB) is known color: Medium Turquoise. HEX triplet: 4A, CA and DB. RGB value is (74,202,219). Sum of RGB (Red+Green+Blue) = 74+202+219=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ACADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACADB is #B53524. Grayscale: #A5A5A5. Windows color (decimal): -11875621 or 14404170. OLE color: 14404170.
HSL color Cylindrical-coordinate representation of color #4ACADB: hue angle of 187.03º 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 #4ACADB is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 202 | 219 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.14 |
| HSL | 187.03º | 0.67% | 0.57% | - |
| HSV(B) | 187.03º | 0.66% | 0.86% | - |
| XYZ | 36.73 | 48.81 | 74.5 | - |
| YUV | 165.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 219 | 0.66 | 0.08 | 0 | 0.14 | 187.03 | 0.67 | 0.57 |
| Hex | 4A | CA | DB | 42 | 8 | 0 | E | BB | 43 | 39 |
| Octal | 112 | 312 | 333 | 102 | 10 | 0 | 16 | 273 | 103 | 71 |
| Binary | 1001010 | 11001010 | 11011011 | 1000010 | 1000 | 0 | 1110 | 10111011 | 1000011 | 111001 |
Color Harmonies of #4ACADB
Complementary color
Monochromatic Colors of #4ACADB
Black with #4ACADB
Text Example
Text Example
White with #4ACADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACADB; }
p { color: rgb(74,202,219); }
H1.HeaderClassName
{
color: #4ACADB;
}
.AnyTagClassName
{
color: #4ACADB;
}
</style>
background-color css
<style>
a { background-color: #4ACADB; }
a { background-color: rgb(74,202,219); }
div.DivClassName
{
background-color: #4ACADB;
}
.BgClassName
{
background-color: #4ACADB;
}
</style>
border-color css
<style>
span { border-color: #4ACADB; }
span { border-color: rgb(74,202,219); }
td.TdClassName
{
border-color: #4ACADB;
}
.TagClassName
{
border-color: #4ACADB;
}
</style>