Shades of Medium Turquoise #4ADBCC
Tints of Medium Turquoise #4ADBCC
RGB
CMYK
RGB Variations
Color information
#4ADBCC (or 0x4ADBCC) is known color: Medium Turquoise. HEX triplet: 4A, DB and CC. RGB value is (74,219,204). Sum of RGB (Red+Green+Blue) = 74+219+204=497 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.89% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBCC is #B52433. Grayscale: #ADADAD. Windows color (decimal): -11871284 or 13425482. OLE color: 13425482.
HSL color Cylindrical-coordinate representation of color #4ADBCC: hue angle of 173.79º 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 #4ADBCC is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 204 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.14 |
| HSL | 173.79º | 0.67% | 0.57% | - |
| HSV(B) | 173.79º | 0.66% | 0.86% | - |
| XYZ | 39.05 | 56.48 | 65.97 | - |
| YUV | 173.94 | 144.96 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 204 | 0.66 | 0 | 0.07 | 0.14 | 173.79 | 0.67 | 0.57 |
| Hex | 4A | DB | CC | 42 | 0 | 7 | E | AE | 43 | 39 |
| Octal | 112 | 333 | 314 | 102 | 0 | 7 | 16 | 256 | 103 | 71 |
| Binary | 1001010 | 11011011 | 11001100 | 1000010 | 0 | 111 | 1110 | 10101110 | 1000011 | 111001 |
Color Harmonies of #4ADBCC
Complementary color
Monochromatic Colors of #4ADBCC
Black with #4ADBCC
Text Example
Text Example
White with #4ADBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBCC; }
p { color: rgb(74,219,204); }
H1.HeaderClassName
{
color: #4ADBCC;
}
.AnyTagClassName
{
color: #4ADBCC;
}
</style>
background-color css
<style>
a { background-color: #4ADBCC; }
a { background-color: rgb(74,219,204); }
div.DivClassName
{
background-color: #4ADBCC;
}
.BgClassName
{
background-color: #4ADBCC;
}
</style>
border-color css
<style>
span { border-color: #4ADBCC; }
span { border-color: rgb(74,219,204); }
td.TdClassName
{
border-color: #4ADBCC;
}
.TagClassName
{
border-color: #4ADBCC;
}
</style>