Shades of Turquoise #4ADFC6
Tints of Turquoise #4ADFC6
RGB
CMYK
RGB Variations
Color information
#4ADFC6 (or 0x4ADFC6) is known color: Turquoise. HEX triplet: 4A, DF and C6. RGB value is (74,223,198). Sum of RGB (Red+Green+Blue) = 74+223+198=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFC6 is #B52039. Grayscale: #AFAFAF. Windows color (decimal): -11870266 or 13033290. OLE color: 13033290.
HSL color Cylindrical-coordinate representation of color #4ADFC6: hue angle of 169.93º 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 #4ADFC6 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 198 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.13 |
| HSL | 169.93º | 0.7% | 0.58% | - |
| HSV(B) | 169.93º | 0.67% | 0.87% | - |
| XYZ | 39.4 | 58.31 | 62.6 | - |
| YUV | 175.6 | 140.64 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 198 | 0.67 | 0 | 0.11 | 0.13 | 169.93 | 0.7 | 0.58 |
| Hex | 4A | DF | C6 | 43 | 0 | B | D | AA | 46 | 3A |
| Octal | 112 | 337 | 306 | 103 | 0 | 13 | 15 | 252 | 106 | 72 |
| Binary | 1001010 | 11011111 | 11000110 | 1000011 | 0 | 1011 | 1101 | 10101010 | 1000110 | 111010 |
Color Harmonies of #4ADFC6
Complementary color
Monochromatic Colors of #4ADFC6
Black with #4ADFC6
Text Example
Text Example
White with #4ADFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFC6; }
p { color: rgb(74,223,198); }
H1.HeaderClassName
{
color: #4ADFC6;
}
.AnyTagClassName
{
color: #4ADFC6;
}
</style>
background-color css
<style>
a { background-color: #4ADFC6; }
a { background-color: rgb(74,223,198); }
div.DivClassName
{
background-color: #4ADFC6;
}
.BgClassName
{
background-color: #4ADFC6;
}
</style>
border-color css
<style>
span { border-color: #4ADFC6; }
span { border-color: rgb(74,223,198); }
td.TdClassName
{
border-color: #4ADFC6;
}
.TagClassName
{
border-color: #4ADFC6;
}
</style>