Shades of Turquoise #4ADFB7
Tints of Turquoise #4ADFB7
RGB
CMYK
RGB Variations
Color information
#4ADFB7 (or 0x4ADFB7) is known color: Turquoise. HEX triplet: 4A, DF and B7. RGB value is (74,223,183). Sum of RGB (Red+Green+Blue) = 74+223+183=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFB7 is #B52048. Grayscale: #ADADAD. Windows color (decimal): -11870281 or 12050250. OLE color: 12050250.
HSL color Cylindrical-coordinate representation of color #4ADFB7: hue angle of 163.89º 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 #4ADFB7 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 183 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.13 |
| HSL | 163.89º | 0.7% | 0.58% | - |
| HSV(B) | 163.89º | 0.67% | 0.87% | - |
| XYZ | 37.76 | 57.65 | 53.94 | - |
| YUV | 173.89 | 133.14 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 183 | 0.67 | 0 | 0.18 | 0.13 | 163.89 | 0.7 | 0.58 |
| Hex | 4A | DF | B7 | 43 | 0 | 12 | D | A4 | 46 | 3A |
| Octal | 112 | 337 | 267 | 103 | 0 | 22 | 15 | 244 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10110111 | 1000011 | 0 | 10010 | 1101 | 10100100 | 1000110 | 111010 |
Color Harmonies of #4ADFB7
Complementary color
Monochromatic Colors of #4ADFB7
Black with #4ADFB7
Text Example
Text Example
White with #4ADFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFB7; }
p { color: rgb(74,223,183); }
H1.HeaderClassName
{
color: #4ADFB7;
}
.AnyTagClassName
{
color: #4ADFB7;
}
</style>
background-color css
<style>
a { background-color: #4ADFB7; }
a { background-color: rgb(74,223,183); }
div.DivClassName
{
background-color: #4ADFB7;
}
.BgClassName
{
background-color: #4ADFB7;
}
</style>
border-color css
<style>
span { border-color: #4ADFB7; }
span { border-color: rgb(74,223,183); }
td.TdClassName
{
border-color: #4ADFB7;
}
.TagClassName
{
border-color: #4ADFB7;
}
</style>