Shades of Turquoise #3FFCAF
Tints of Turquoise #3FFCAF
RGB
CMYK
RGB Variations
Color information
#3FFCAF (or 0x3FFCAF) is known color: Turquoise. HEX triplet: 3F, FC and AF. RGB value is (63,252,175). Sum of RGB (Red+Green+Blue) = 63+252+175=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFCAF is #C00350. Grayscale: #BABABA. Windows color (decimal): -12583761 or 11533375. OLE color: 11533375.
HSL color Cylindrical-coordinate representation of color #3FFCAF: hue angle of 155.56º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCAF is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 175 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.01 |
| HSL | 155.56º | 0.97% | 0.62% | - |
| HSV(B) | 155.56º | 0.75% | 0.99% | - |
| XYZ | 44.6 | 73.77 | 52.45 | - |
| YUV | 186.71 | 121.38 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 175 | 0.75 | 0 | 0.31 | 0.01 | 155.56 | 0.97 | 0.62 |
| Hex | 3F | FC | AF | 4B | 0 | 1F | 1 | 9C | 61 | 3E |
| Octal | 77 | 374 | 257 | 113 | 0 | 37 | 1 | 234 | 141 | 76 |
| Binary | 111111 | 11111100 | 10101111 | 1001011 | 0 | 11111 | 1 | 10011100 | 1100001 | 111110 |
Color Harmonies of #3FFCAF
Complementary color
Monochromatic Colors of #3FFCAF
Black with #3FFCAF
Text Example
Text Example
White with #3FFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCAF; }
p { color: rgb(63,252,175); }
H1.HeaderClassName
{
color: #3FFCAF;
}
.AnyTagClassName
{
color: #3FFCAF;
}
</style>
background-color css
<style>
a { background-color: #3FFCAF; }
a { background-color: rgb(63,252,175); }
div.DivClassName
{
background-color: #3FFCAF;
}
.BgClassName
{
background-color: #3FFCAF;
}
</style>
border-color css
<style>
span { border-color: #3FFCAF; }
span { border-color: rgb(63,252,175); }
td.TdClassName
{
border-color: #3FFCAF;
}
.TagClassName
{
border-color: #3FFCAF;
}
</style>