Shades of Turquoise #4ADFBF
Tints of Turquoise #4ADFBF
RGB
CMYK
RGB Variations
Color information
#4ADFBF (or 0x4ADFBF) is known color: Turquoise. HEX triplet: 4A, DF and BF. RGB value is (74,223,191). Sum of RGB (Red+Green+Blue) = 74+223+191=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFBF is #B52040. Grayscale: #AEAEAE. Windows color (decimal): -11870273 or 12574538. OLE color: 12574538.
HSL color Cylindrical-coordinate representation of color #4ADFBF: hue angle of 167.11º 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 #4ADFBF is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 191 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.13 |
| HSL | 167.11º | 0.7% | 0.58% | - |
| HSV(B) | 167.11º | 0.67% | 0.87% | - |
| XYZ | 38.62 | 57.99 | 58.45 | - |
| YUV | 174.8 | 137.14 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 191 | 0.67 | 0 | 0.14 | 0.13 | 167.11 | 0.7 | 0.58 |
| Hex | 4A | DF | BF | 43 | 0 | E | D | A7 | 46 | 3A |
| Octal | 112 | 337 | 277 | 103 | 0 | 16 | 15 | 247 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10111111 | 1000011 | 0 | 1110 | 1101 | 10100111 | 1000110 | 111010 |
Color Harmonies of #4ADFBF
Complementary color
Monochromatic Colors of #4ADFBF
Black with #4ADFBF
Text Example
Text Example
White with #4ADFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFBF; }
p { color: rgb(74,223,191); }
H1.HeaderClassName
{
color: #4ADFBF;
}
.AnyTagClassName
{
color: #4ADFBF;
}
</style>
background-color css
<style>
a { background-color: #4ADFBF; }
a { background-color: rgb(74,223,191); }
div.DivClassName
{
background-color: #4ADFBF;
}
.BgClassName
{
background-color: #4ADFBF;
}
</style>
border-color css
<style>
span { border-color: #4ADFBF; }
span { border-color: rgb(74,223,191); }
td.TdClassName
{
border-color: #4ADFBF;
}
.TagClassName
{
border-color: #4ADFBF;
}
</style>