Shades of Turquoise #3FFFCA
Tints of Turquoise #3FFFCA
RGB
CMYK
RGB Variations
Color information
#3FFFCA (or 0x3FFFCA) is known color: Turquoise. HEX triplet: 3F, FF and CA. RGB value is (63,255,202). Sum of RGB (Red+Green+Blue) = 63+255+202=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFCA is #C00035. Grayscale: #BFBFBF. Windows color (decimal): -12582966 or 13303615. OLE color: 13303615.
HSL color Cylindrical-coordinate representation of color #3FFFCA: hue angle of 163.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFCA is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 202 | - |
| CMYK | 0.75 | 0 | 0.21 | 0 |
| HSL | 163.44º | 1% | 0.62% | - |
| HSV(B) | 163.44º | 0.75% | 1% | - |
| XYZ | 48.47 | 76.84 | 68.15 | - |
| YUV | 191.55 | 133.89 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 202 | 0.75 | 0 | 0.21 | 0 | 163.44 | 1 | 0.62 |
| Hex | 3F | FF | CA | 4B | 0 | 15 | 0 | A3 | 64 | 3E |
| Octal | 77 | 377 | 312 | 113 | 0 | 25 | 0 | 243 | 144 | 76 |
| Binary | 111111 | 11111111 | 11001010 | 1001011 | 0 | 10101 | 0 | 10100011 | 1100100 | 111110 |
Color Harmonies of #3FFFCA
Complementary color
Monochromatic Colors of #3FFFCA
Black with #3FFFCA
Text Example
Text Example
White with #3FFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFCA; }
p { color: rgb(63,255,202); }
H1.HeaderClassName
{
color: #3FFFCA;
}
.AnyTagClassName
{
color: #3FFFCA;
}
</style>
background-color css
<style>
a { background-color: #3FFFCA; }
a { background-color: rgb(63,255,202); }
div.DivClassName
{
background-color: #3FFFCA;
}
.BgClassName
{
background-color: #3FFFCA;
}
</style>
border-color css
<style>
span { border-color: #3FFFCA; }
span { border-color: rgb(63,255,202); }
td.TdClassName
{
border-color: #3FFFCA;
}
.TagClassName
{
border-color: #3FFFCA;
}
</style>