Shades of Turquoise #4ADFDD
Tints of Turquoise #4ADFDD
RGB
CMYK
RGB Variations
Color information
#4ADFDD (or 0x4ADFDD) is known color: Turquoise. HEX triplet: 4A, DF and DD. RGB value is (74,223,221). Sum of RGB (Red+Green+Blue) = 74+223+221=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFDD is #B52022. Grayscale: #B2B2B2. Windows color (decimal): -11870243 or 14540618. OLE color: 14540618.
HSL color Cylindrical-coordinate representation of color #4ADFDD: hue angle of 179.19º degrees, saturation: 0.7, 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 #4ADFDD is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 221 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.13 |
| HSL | 179.19º | 0.7% | 0.58% | - |
| HSV(B) | 179.19º | 0.67% | 0.87% | - |
| XYZ | 42.26 | 59.45 | 77.65 | - |
| YUV | 178.22 | 152.14 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 221 | 0.67 | 0 | 0.01 | 0.13 | 179.19 | 0.7 | 0.58 |
| Hex | 4A | DF | DD | 43 | 0 | 1 | D | B3 | 46 | 3A |
| Octal | 112 | 337 | 335 | 103 | 0 | 1 | 15 | 263 | 106 | 72 |
| Binary | 1001010 | 11011111 | 11011101 | 1000011 | 0 | 1 | 1101 | 10110011 | 1000110 | 111010 |
Color Harmonies of #4ADFDD
Complementary color
Monochromatic Colors of #4ADFDD
Black with #4ADFDD
Text Example
Text Example
White with #4ADFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFDD; }
p { color: rgb(74,223,221); }
H1.HeaderClassName
{
color: #4ADFDD;
}
.AnyTagClassName
{
color: #4ADFDD;
}
</style>
background-color css
<style>
a { background-color: #4ADFDD; }
a { background-color: rgb(74,223,221); }
div.DivClassName
{
background-color: #4ADFDD;
}
.BgClassName
{
background-color: #4ADFDD;
}
</style>
border-color css
<style>
span { border-color: #4ADFDD; }
span { border-color: rgb(74,223,221); }
td.TdClassName
{
border-color: #4ADFDD;
}
.TagClassName
{
border-color: #4ADFDD;
}
</style>