Shades of Turquoise #4ADFBB
Tints of Turquoise #4ADFBB
RGB
CMYK
RGB Variations
Color information
#4ADFBB (or 0x4ADFBB) is known color: Turquoise. HEX triplet: 4A, DF and BB. RGB value is (74,223,187). Sum of RGB (Red+Green+Blue) = 74+223+187=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFBB is #B52044. Grayscale: #AEAEAE. Windows color (decimal): -11870277 or 12312394. OLE color: 12312394.
HSL color Cylindrical-coordinate representation of color #4ADFBB: hue angle of 165.5º 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 #4ADFBB is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 187 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.13 |
| HSL | 165.5º | 0.7% | 0.58% | - |
| HSV(B) | 165.5º | 0.67% | 0.87% | - |
| XYZ | 38.18 | 57.82 | 56.16 | - |
| YUV | 174.35 | 135.14 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 187 | 0.67 | 0 | 0.16 | 0.13 | 165.5 | 0.7 | 0.58 |
| Hex | 4A | DF | BB | 43 | 0 | 10 | D | A6 | 46 | 3A |
| Octal | 112 | 337 | 273 | 103 | 0 | 20 | 15 | 246 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10111011 | 1000011 | 0 | 10000 | 1101 | 10100110 | 1000110 | 111010 |
Color Harmonies of #4ADFBB
Complementary color
Monochromatic Colors of #4ADFBB
Black with #4ADFBB
Text Example
Text Example
White with #4ADFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFBB; }
p { color: rgb(74,223,187); }
H1.HeaderClassName
{
color: #4ADFBB;
}
.AnyTagClassName
{
color: #4ADFBB;
}
</style>
background-color css
<style>
a { background-color: #4ADFBB; }
a { background-color: rgb(74,223,187); }
div.DivClassName
{
background-color: #4ADFBB;
}
.BgClassName
{
background-color: #4ADFBB;
}
</style>
border-color css
<style>
span { border-color: #4ADFBB; }
span { border-color: rgb(74,223,187); }
td.TdClassName
{
border-color: #4ADFBB;
}
.TagClassName
{
border-color: #4ADFBB;
}
</style>