Shades of Turquoise #3FFECA
Tints of Turquoise #3FFECA
RGB
CMYK
RGB Variations
Color information
#3FFECA (or 0x3FFECA) is known color: Turquoise. HEX triplet: 3F, FE and CA. RGB value is (63,254,202). Sum of RGB (Red+Green+Blue) = 63+254+202=519 (68% of max value = 765). Red value is 63 (25% from 255 or 12.14% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFECA is #C00135. Grayscale: #BEBEBE. Windows color (decimal): -12583222 or 13303359. OLE color: 13303359.
HSL color Cylindrical-coordinate representation of color #3FFECA: hue angle of 163.66º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFECA is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 202 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.00 |
| HSL | 163.66º | 0.99% | 0.62% | - |
| HSV(B) | 163.66º | 0.75% | 1% | - |
| XYZ | 48.15 | 76.2 | 68.05 | - |
| YUV | 190.96 | 134.22 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 202 | 0.75 | 0 | 0.20 | 0.00 | 163.66 | 0.99 | 0.62 |
| Hex | 3F | FE | CA | 4B | 0 | 14 | 0 | A4 | 63 | 3E |
| Octal | 77 | 376 | 312 | 113 | 0 | 24 | 0 | 244 | 143 | 76 |
| Binary | 111111 | 11111110 | 11001010 | 1001011 | 0 | 10100 | 0 | 10100100 | 1100011 | 111110 |
Color Harmonies of #3FFECA
Complementary color
Monochromatic Colors of #3FFECA
Black with #3FFECA
Text Example
Text Example
White with #3FFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFECA; }
p { color: rgb(63,254,202); }
H1.HeaderClassName
{
color: #3FFECA;
}
.AnyTagClassName
{
color: #3FFECA;
}
</style>
background-color css
<style>
a { background-color: #3FFECA; }
a { background-color: rgb(63,254,202); }
div.DivClassName
{
background-color: #3FFECA;
}
.BgClassName
{
background-color: #3FFECA;
}
</style>
border-color css
<style>
span { border-color: #3FFECA; }
span { border-color: rgb(63,254,202); }
td.TdClassName
{
border-color: #3FFECA;
}
.TagClassName
{
border-color: #3FFECA;
}
</style>