Shades of Turquoise #3CFDAF
Tints of Turquoise #3CFDAF
RGB
CMYK
RGB Variations
Color information
#3CFDAF (or 0x3CFDAF) is known color: Turquoise. HEX triplet: 3C, FD and AF. RGB value is (60,253,175). Sum of RGB (Red+Green+Blue) = 60+253+175=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFDAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFDAF is #C30250. Grayscale: #BABABA. Windows color (decimal): -12780113 or 11533628. OLE color: 11533628.
HSL color Cylindrical-coordinate representation of color #3CFDAF: hue angle of 155.75º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFDAF is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 175 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.01 |
| HSL | 155.75º | 0.98% | 0.61% | - |
| HSV(B) | 155.75º | 0.76% | 0.99% | - |
| XYZ | 44.73 | 74.31 | 52.54 | - |
| YUV | 186.4 | 121.56 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 175 | 0.76 | 0 | 0.31 | 0.01 | 155.75 | 0.98 | 0.61 |
| Hex | 3C | FD | AF | 4C | 0 | 1F | 1 | 9C | 62 | 3D |
| Octal | 74 | 375 | 257 | 114 | 0 | 37 | 1 | 234 | 142 | 75 |
| Binary | 111100 | 11111101 | 10101111 | 1001100 | 0 | 11111 | 1 | 10011100 | 1100010 | 111101 |
Color Harmonies of #3CFDAF
Complementary color
Monochromatic Colors of #3CFDAF
Black with #3CFDAF
Text Example
Text Example
White with #3CFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFDAF; }
p { color: rgb(60,253,175); }
H1.HeaderClassName
{
color: #3CFDAF;
}
.AnyTagClassName
{
color: #3CFDAF;
}
</style>
background-color css
<style>
a { background-color: #3CFDAF; }
a { background-color: rgb(60,253,175); }
div.DivClassName
{
background-color: #3CFDAF;
}
.BgClassName
{
background-color: #3CFDAF;
}
</style>
border-color css
<style>
span { border-color: #3CFDAF; }
span { border-color: rgb(60,253,175); }
td.TdClassName
{
border-color: #3CFDAF;
}
.TagClassName
{
border-color: #3CFDAF;
}
</style>