Shades of Turquoise #4ADFD3
Tints of Turquoise #4ADFD3
RGB
CMYK
RGB Variations
Color information
#4ADFD3 (or 0x4ADFD3) is known color: Turquoise. HEX triplet: 4A, DF and D3. RGB value is (74,223,211). Sum of RGB (Red+Green+Blue) = 74+223+211=508 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.57% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFD3 is #B5202C. Grayscale: #B0B0B0. Windows color (decimal): -11870253 or 13885258. OLE color: 13885258.
HSL color Cylindrical-coordinate representation of color #4ADFD3: hue angle of 175.17º 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 #4ADFD3 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 211 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.13 |
| HSL | 175.17º | 0.7% | 0.58% | - |
| HSV(B) | 175.17º | 0.67% | 0.87% | - |
| XYZ | 40.97 | 58.93 | 70.84 | - |
| YUV | 177.08 | 147.14 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 211 | 0.67 | 0 | 0.05 | 0.13 | 175.17 | 0.7 | 0.58 |
| Hex | 4A | DF | D3 | 43 | 0 | 5 | D | AF | 46 | 3A |
| Octal | 112 | 337 | 323 | 103 | 0 | 5 | 15 | 257 | 106 | 72 |
| Binary | 1001010 | 11011111 | 11010011 | 1000011 | 0 | 101 | 1101 | 10101111 | 1000110 | 111010 |
Color Harmonies of #4ADFD3
Complementary color
Monochromatic Colors of #4ADFD3
Black with #4ADFD3
Text Example
Text Example
White with #4ADFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFD3; }
p { color: rgb(74,223,211); }
H1.HeaderClassName
{
color: #4ADFD3;
}
.AnyTagClassName
{
color: #4ADFD3;
}
</style>
background-color css
<style>
a { background-color: #4ADFD3; }
a { background-color: rgb(74,223,211); }
div.DivClassName
{
background-color: #4ADFD3;
}
.BgClassName
{
background-color: #4ADFD3;
}
</style>
border-color css
<style>
span { border-color: #4ADFD3; }
span { border-color: rgb(74,223,211); }
td.TdClassName
{
border-color: #4ADFD3;
}
.TagClassName
{
border-color: #4ADFD3;
}
</style>