Shades of Turquoise #3FE2CA
Tints of Turquoise #3FE2CA
RGB
CMYK
RGB Variations
Color information
#3FE2CA (or 0x3FE2CA) is known color: Turquoise. HEX triplet: 3F, E2 and CA. RGB value is (63,226,202). Sum of RGB (Red+Green+Blue) = 63+226+202=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE2CA is #C01D35. Grayscale: #AEAEAE. Windows color (decimal): -12590390 or 13296191. OLE color: 13296191.
HSL color Cylindrical-coordinate representation of color #3FE2CA: hue angle of 171.17º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE2CA is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 226 | 202 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.11 |
| HSL | 171.17º | 0.74% | 0.57% | - |
| HSV(B) | 171.17º | 0.72% | 0.89% | - |
| XYZ | 39.91 | 59.71 | 65.3 | - |
| YUV | 174.53 | 143.5 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 202 | 0.72 | 0 | 0.11 | 0.11 | 171.17 | 0.74 | 0.57 |
| Hex | 3F | E2 | CA | 48 | 0 | B | B | AB | 4A | 39 |
| Octal | 77 | 342 | 312 | 110 | 0 | 13 | 13 | 253 | 112 | 71 |
| Binary | 111111 | 11100010 | 11001010 | 1001000 | 0 | 1011 | 1011 | 10101011 | 1001010 | 111001 |
Color Harmonies of #3FE2CA
Complementary color
Monochromatic Colors of #3FE2CA
Black with #3FE2CA
Text Example
Text Example
White with #3FE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE2CA; }
p { color: rgb(63,226,202); }
H1.HeaderClassName
{
color: #3FE2CA;
}
.AnyTagClassName
{
color: #3FE2CA;
}
</style>
background-color css
<style>
a { background-color: #3FE2CA; }
a { background-color: rgb(63,226,202); }
div.DivClassName
{
background-color: #3FE2CA;
}
.BgClassName
{
background-color: #3FE2CA;
}
</style>
border-color css
<style>
span { border-color: #3FE2CA; }
span { border-color: rgb(63,226,202); }
td.TdClassName
{
border-color: #3FE2CA;
}
.TagClassName
{
border-color: #3FE2CA;
}
</style>