Shades of Turquoise #3FE1CC
Tints of Turquoise #3FE1CC
RGB
CMYK
RGB Variations
Color information
#3FE1CC (or 0x3FE1CC) is known color: Turquoise. HEX triplet: 3F, E1 and CC. RGB value is (63,225,204). Sum of RGB (Red+Green+Blue) = 63+225+204=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE1CC is #C01E33. Grayscale: #AEAEAE. Windows color (decimal): -12590644 or 13427007. OLE color: 13427007.
HSL color Cylindrical-coordinate representation of color #3FE1CC: hue angle of 172.22º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE1CC is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 204 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.12 |
| HSL | 172.22º | 0.73% | 0.56% | - |
| HSV(B) | 172.22º | 0.72% | 0.88% | - |
| XYZ | 39.87 | 59.27 | 66.46 | - |
| YUV | 174.17 | 144.83 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 204 | 0.72 | 0 | 0.09 | 0.12 | 172.22 | 0.73 | 0.56 |
| Hex | 3F | E1 | CC | 48 | 0 | 9 | C | AC | 49 | 38 |
| Octal | 77 | 341 | 314 | 110 | 0 | 11 | 14 | 254 | 111 | 70 |
| Binary | 111111 | 11100001 | 11001100 | 1001000 | 0 | 1001 | 1100 | 10101100 | 1001001 | 111000 |
Color Harmonies of #3FE1CC
Complementary color
Monochromatic Colors of #3FE1CC
Black with #3FE1CC
Text Example
Text Example
White with #3FE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE1CC; }
p { color: rgb(63,225,204); }
H1.HeaderClassName
{
color: #3FE1CC;
}
.AnyTagClassName
{
color: #3FE1CC;
}
</style>
background-color css
<style>
a { background-color: #3FE1CC; }
a { background-color: rgb(63,225,204); }
div.DivClassName
{
background-color: #3FE1CC;
}
.BgClassName
{
background-color: #3FE1CC;
}
</style>
border-color css
<style>
span { border-color: #3FE1CC; }
span { border-color: rgb(63,225,204); }
td.TdClassName
{
border-color: #3FE1CC;
}
.TagClassName
{
border-color: #3FE1CC;
}
</style>