Shades of Turquoise #4ADFD1
Tints of Turquoise #4ADFD1
RGB
CMYK
RGB Variations
Color information
#4ADFD1 (or 0x4ADFD1) is known color: Turquoise. HEX triplet: 4A, DF and D1. RGB value is (74,223,209). Sum of RGB (Red+Green+Blue) = 74+223+209=506 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.62% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFD1 is #B5202E. Grayscale: #B0B0B0. Windows color (decimal): -11870255 or 13754186. OLE color: 13754186.
HSL color Cylindrical-coordinate representation of color #4ADFD1: hue angle of 174.36º 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 #4ADFD1 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 209 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.13 |
| HSL | 174.36º | 0.7% | 0.58% | - |
| HSV(B) | 174.36º | 0.67% | 0.87% | - |
| XYZ | 40.72 | 58.83 | 69.53 | - |
| YUV | 176.85 | 146.14 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 209 | 0.67 | 0 | 0.06 | 0.13 | 174.36 | 0.7 | 0.58 |
| Hex | 4A | DF | D1 | 43 | 0 | 6 | D | AE | 46 | 3A |
| Octal | 112 | 337 | 321 | 103 | 0 | 6 | 15 | 256 | 106 | 72 |
| Binary | 1001010 | 11011111 | 11010001 | 1000011 | 0 | 110 | 1101 | 10101110 | 1000110 | 111010 |
Color Harmonies of #4ADFD1
Complementary color
Monochromatic Colors of #4ADFD1
Black with #4ADFD1
Text Example
Text Example
White with #4ADFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFD1; }
p { color: rgb(74,223,209); }
H1.HeaderClassName
{
color: #4ADFD1;
}
.AnyTagClassName
{
color: #4ADFD1;
}
</style>
background-color css
<style>
a { background-color: #4ADFD1; }
a { background-color: rgb(74,223,209); }
div.DivClassName
{
background-color: #4ADFD1;
}
.BgClassName
{
background-color: #4ADFD1;
}
</style>
border-color css
<style>
span { border-color: #4ADFD1; }
span { border-color: rgb(74,223,209); }
td.TdClassName
{
border-color: #4ADFD1;
}
.TagClassName
{
border-color: #4ADFD1;
}
</style>