Shades of Turquoise #3CFFAD
Tints of Turquoise #3CFFAD
RGB
CMYK
RGB Variations
Color information
#3CFFAD (or 0x3CFFAD) is known color: Turquoise. HEX triplet: 3C, FF and AD. RGB value is (60,255,173). Sum of RGB (Red+Green+Blue) = 60+255+173=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFFAD is #C30052. Grayscale: #BBBBBB. Windows color (decimal): -12779603 or 11403068. OLE color: 11403068.
HSL color Cylindrical-coordinate representation of color #3CFFAD: hue angle of 154.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFAD is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 173 | - |
| CMYK | 0.76 | 0 | 0.32 | 0 |
| HSL | 154.77º | 1% | 0.62% | - |
| HSV(B) | 154.77º | 0.76% | 1% | - |
| XYZ | 45.17 | 75.5 | 51.73 | - |
| YUV | 187.35 | 119.9 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 173 | 0.76 | 0 | 0.32 | 0 | 154.77 | 1 | 0.62 |
| Hex | 3C | FF | AD | 4C | 0 | 20 | 0 | 9B | 64 | 3E |
| Octal | 74 | 377 | 255 | 114 | 0 | 40 | 0 | 233 | 144 | 76 |
| Binary | 111100 | 11111111 | 10101101 | 1001100 | 0 | 100000 | 0 | 10011011 | 1100100 | 111110 |
Color Harmonies of #3CFFAD
Complementary color
Monochromatic Colors of #3CFFAD
Black with #3CFFAD
Text Example
Text Example
White with #3CFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFAD; }
p { color: rgb(60,255,173); }
H1.HeaderClassName
{
color: #3CFFAD;
}
.AnyTagClassName
{
color: #3CFFAD;
}
</style>
background-color css
<style>
a { background-color: #3CFFAD; }
a { background-color: rgb(60,255,173); }
div.DivClassName
{
background-color: #3CFFAD;
}
.BgClassName
{
background-color: #3CFFAD;
}
</style>
border-color css
<style>
span { border-color: #3CFFAD; }
span { border-color: rgb(60,255,173); }
td.TdClassName
{
border-color: #3CFFAD;
}
.TagClassName
{
border-color: #3CFFAD;
}
</style>