Shades of Turquoise #4ADFC3
Tints of Turquoise #4ADFC3
RGB
CMYK
RGB Variations
Color information
#4ADFC3 (or 0x4ADFC3) is known color: Turquoise. HEX triplet: 4A, DF and C3. RGB value is (74,223,195). Sum of RGB (Red+Green+Blue) = 74+223+195=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFC3 is #B5203C. Grayscale: #AFAFAF. Windows color (decimal): -11870269 or 12836682. OLE color: 12836682.
HSL color Cylindrical-coordinate representation of color #4ADFC3: hue angle of 168.72º 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 #4ADFC3 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 195 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.13 |
| HSL | 168.72º | 0.7% | 0.58% | - |
| HSV(B) | 168.72º | 0.67% | 0.87% | - |
| XYZ | 39.06 | 58.17 | 60.8 | - |
| YUV | 175.26 | 139.14 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 195 | 0.67 | 0 | 0.13 | 0.13 | 168.72 | 0.7 | 0.58 |
| Hex | 4A | DF | C3 | 43 | 0 | D | D | A9 | 46 | 3A |
| Octal | 112 | 337 | 303 | 103 | 0 | 15 | 15 | 251 | 106 | 72 |
| Binary | 1001010 | 11011111 | 11000011 | 1000011 | 0 | 1101 | 1101 | 10101001 | 1000110 | 111010 |
Color Harmonies of #4ADFC3
Complementary color
Monochromatic Colors of #4ADFC3
Black with #4ADFC3
Text Example
Text Example
White with #4ADFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFC3; }
p { color: rgb(74,223,195); }
H1.HeaderClassName
{
color: #4ADFC3;
}
.AnyTagClassName
{
color: #4ADFC3;
}
</style>
background-color css
<style>
a { background-color: #4ADFC3; }
a { background-color: rgb(74,223,195); }
div.DivClassName
{
background-color: #4ADFC3;
}
.BgClassName
{
background-color: #4ADFC3;
}
</style>
border-color css
<style>
span { border-color: #4ADFC3; }
span { border-color: rgb(74,223,195); }
td.TdClassName
{
border-color: #4ADFC3;
}
.TagClassName
{
border-color: #4ADFC3;
}
</style>