Shades of Turquoise #4ADFBD
Tints of Turquoise #4ADFBD
RGB
CMYK
RGB Variations
Color information
#4ADFBD (or 0x4ADFBD) is known color: Turquoise. HEX triplet: 4A, DF and BD. RGB value is (74,223,189). Sum of RGB (Red+Green+Blue) = 74+223+189=486 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.23% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFBD is #B52042. Grayscale: #AEAEAE. Windows color (decimal): -11870275 or 12443466. OLE color: 12443466.
HSL color Cylindrical-coordinate representation of color #4ADFBD: hue angle of 166.31º 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 #4ADFBD is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 189 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.13 |
| HSL | 166.31º | 0.7% | 0.58% | - |
| HSV(B) | 166.31º | 0.67% | 0.87% | - |
| XYZ | 38.4 | 57.91 | 57.3 | - |
| YUV | 174.57 | 136.14 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 189 | 0.67 | 0 | 0.15 | 0.13 | 166.31 | 0.7 | 0.58 |
| Hex | 4A | DF | BD | 43 | 0 | F | D | A6 | 46 | 3A |
| Octal | 112 | 337 | 275 | 103 | 0 | 17 | 15 | 246 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10111101 | 1000011 | 0 | 1111 | 1101 | 10100110 | 1000110 | 111010 |
Color Harmonies of #4ADFBD
Complementary color
Monochromatic Colors of #4ADFBD
Black with #4ADFBD
Text Example
Text Example
White with #4ADFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFBD; }
p { color: rgb(74,223,189); }
H1.HeaderClassName
{
color: #4ADFBD;
}
.AnyTagClassName
{
color: #4ADFBD;
}
</style>
background-color css
<style>
a { background-color: #4ADFBD; }
a { background-color: rgb(74,223,189); }
div.DivClassName
{
background-color: #4ADFBD;
}
.BgClassName
{
background-color: #4ADFBD;
}
</style>
border-color css
<style>
span { border-color: #4ADFBD; }
span { border-color: rgb(74,223,189); }
td.TdClassName
{
border-color: #4ADFBD;
}
.TagClassName
{
border-color: #4ADFBD;
}
</style>