Shades of Turquoise #3FEACA
Tints of Turquoise #3FEACA
RGB
CMYK
RGB Variations
Color information
#3FEACA (or 0x3FEACA) is known color: Turquoise. HEX triplet: 3F, EA and CA. RGB value is (63,234,202). Sum of RGB (Red+Green+Blue) = 63+234+202=499 (66% of max value = 765). Red value is 63 (25% from 255 or 12.63% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEACA is #C01535. Grayscale: #B3B3B3. Windows color (decimal): -12588342 or 13298239. OLE color: 13298239.
HSL color Cylindrical-coordinate representation of color #3FEACA: hue angle of 168.77º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEACA is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 202 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.08 |
| HSL | 168.77º | 0.8% | 0.58% | - |
| HSV(B) | 168.77º | 0.73% | 0.92% | - |
| XYZ | 42.13 | 64.17 | 66.04 | - |
| YUV | 179.22 | 140.85 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 202 | 0.73 | 0 | 0.14 | 0.08 | 168.77 | 0.8 | 0.58 |
| Hex | 3F | EA | CA | 49 | 0 | E | 8 | A9 | 50 | 3A |
| Octal | 77 | 352 | 312 | 111 | 0 | 16 | 10 | 251 | 120 | 72 |
| Binary | 111111 | 11101010 | 11001010 | 1001001 | 0 | 1110 | 1000 | 10101001 | 1010000 | 111010 |
Color Harmonies of #3FEACA
Complementary color
Monochromatic Colors of #3FEACA
Black with #3FEACA
Text Example
Text Example
White with #3FEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEACA; }
p { color: rgb(63,234,202); }
H1.HeaderClassName
{
color: #3FEACA;
}
.AnyTagClassName
{
color: #3FEACA;
}
</style>
background-color css
<style>
a { background-color: #3FEACA; }
a { background-color: rgb(63,234,202); }
div.DivClassName
{
background-color: #3FEACA;
}
.BgClassName
{
background-color: #3FEACA;
}
</style>
border-color css
<style>
span { border-color: #3FEACA; }
span { border-color: rgb(63,234,202); }
td.TdClassName
{
border-color: #3FEACA;
}
.TagClassName
{
border-color: #3FEACA;
}
</style>