Shades of Turquoise #4ADFD4
Tints of Turquoise #4ADFD4
RGB
CMYK
RGB Variations
Color information
#4ADFD4 (or 0x4ADFD4) is known color: Turquoise. HEX triplet: 4A, DF and D4. RGB value is (74,223,212). Sum of RGB (Red+Green+Blue) = 74+223+212=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFD4 is #B5202B. Grayscale: #B1B1B1. Windows color (decimal): -11870252 or 13950794. OLE color: 13950794.
HSL color Cylindrical-coordinate representation of color #4ADFD4: hue angle of 175.57º 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 #4ADFD4 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 212 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.13 |
| HSL | 175.57º | 0.7% | 0.58% | - |
| HSV(B) | 175.57º | 0.67% | 0.87% | - |
| XYZ | 41.1 | 58.98 | 71.51 | - |
| YUV | 177.2 | 147.64 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 212 | 0.67 | 0 | 0.05 | 0.13 | 175.57 | 0.7 | 0.58 |
| Hex | 4A | DF | D4 | 43 | 0 | 5 | D | B0 | 46 | 3A |
| Octal | 112 | 337 | 324 | 103 | 0 | 5 | 15 | 260 | 106 | 72 |
| Binary | 1001010 | 11011111 | 11010100 | 1000011 | 0 | 101 | 1101 | 10110000 | 1000110 | 111010 |
Color Harmonies of #4ADFD4
Complementary color
Monochromatic Colors of #4ADFD4
Black with #4ADFD4
Text Example
Text Example
White with #4ADFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFD4; }
p { color: rgb(74,223,212); }
H1.HeaderClassName
{
color: #4ADFD4;
}
.AnyTagClassName
{
color: #4ADFD4;
}
</style>
background-color css
<style>
a { background-color: #4ADFD4; }
a { background-color: rgb(74,223,212); }
div.DivClassName
{
background-color: #4ADFD4;
}
.BgClassName
{
background-color: #4ADFD4;
}
</style>
border-color css
<style>
span { border-color: #4ADFD4; }
span { border-color: rgb(74,223,212); }
td.TdClassName
{
border-color: #4ADFD4;
}
.TagClassName
{
border-color: #4ADFD4;
}
</style>