Shades of Turquoise #4ADDCB
Tints of Turquoise #4ADDCB
RGB
CMYK
RGB Variations
Color information
#4ADDCB (or 0x4ADDCB) is known color: Turquoise. HEX triplet: 4A, DD and CB. RGB value is (74,221,203). Sum of RGB (Red+Green+Blue) = 74+221+203=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDCB is #B52234. Grayscale: #AEAEAE. Windows color (decimal): -11870773 or 13360458. OLE color: 13360458.
HSL color Cylindrical-coordinate representation of color #4ADDCB: hue angle of 172.65º degrees, saturation: 0.68, 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 #4ADDCB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 203 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.13 |
| HSL | 172.65º | 0.68% | 0.58% | - |
| HSV(B) | 172.65º | 0.67% | 0.87% | - |
| XYZ | 39.46 | 57.48 | 65.52 | - |
| YUV | 175 | 143.8 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 203 | 0.67 | 0 | 0.08 | 0.13 | 172.65 | 0.68 | 0.58 |
| Hex | 4A | DD | CB | 43 | 0 | 8 | D | AD | 44 | 3A |
| Octal | 112 | 335 | 313 | 103 | 0 | 10 | 15 | 255 | 104 | 72 |
| Binary | 1001010 | 11011101 | 11001011 | 1000011 | 0 | 1000 | 1101 | 10101101 | 1000100 | 111010 |
Color Harmonies of #4ADDCB
Complementary color
Monochromatic Colors of #4ADDCB
Black with #4ADDCB
Text Example
Text Example
White with #4ADDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDCB; }
p { color: rgb(74,221,203); }
H1.HeaderClassName
{
color: #4ADDCB;
}
.AnyTagClassName
{
color: #4ADDCB;
}
</style>
background-color css
<style>
a { background-color: #4ADDCB; }
a { background-color: rgb(74,221,203); }
div.DivClassName
{
background-color: #4ADDCB;
}
.BgClassName
{
background-color: #4ADDCB;
}
</style>
border-color css
<style>
span { border-color: #4ADDCB; }
span { border-color: rgb(74,221,203); }
td.TdClassName
{
border-color: #4ADDCB;
}
.TagClassName
{
border-color: #4ADDCB;
}
</style>