Shades of Turquoise #3FFCD1
Tints of Turquoise #3FFCD1
RGB
CMYK
RGB Variations
Color information
#3FFCD1 (or 0x3FFCD1) is known color: Turquoise. HEX triplet: 3F, FC and D1. RGB value is (63,252,209). Sum of RGB (Red+Green+Blue) = 63+252+209=524 (69% of max value = 765). Red value is 63 (25% from 255 or 12.02% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFCD1 is #C0032E. Grayscale: #BEBEBE. Windows color (decimal): -12583727 or 13761599. OLE color: 13761599.
HSL color Cylindrical-coordinate representation of color #3FFCD1: hue angle of 166.35º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCD1 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 209 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.01 |
| HSL | 166.35º | 0.97% | 0.62% | - |
| HSV(B) | 166.35º | 0.75% | 0.99% | - |
| XYZ | 48.37 | 75.28 | 72.3 | - |
| YUV | 190.59 | 138.38 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 209 | 0.75 | 0 | 0.17 | 0.01 | 166.35 | 0.97 | 0.62 |
| Hex | 3F | FC | D1 | 4B | 0 | 11 | 1 | A6 | 61 | 3E |
| Octal | 77 | 374 | 321 | 113 | 0 | 21 | 1 | 246 | 141 | 76 |
| Binary | 111111 | 11111100 | 11010001 | 1001011 | 0 | 10001 | 1 | 10100110 | 1100001 | 111110 |
Color Harmonies of #3FFCD1
Complementary color
Monochromatic Colors of #3FFCD1
Black with #3FFCD1
Text Example
Text Example
White with #3FFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCD1; }
p { color: rgb(63,252,209); }
H1.HeaderClassName
{
color: #3FFCD1;
}
.AnyTagClassName
{
color: #3FFCD1;
}
</style>
background-color css
<style>
a { background-color: #3FFCD1; }
a { background-color: rgb(63,252,209); }
div.DivClassName
{
background-color: #3FFCD1;
}
.BgClassName
{
background-color: #3FFCD1;
}
</style>
border-color css
<style>
span { border-color: #3FFCD1; }
span { border-color: rgb(63,252,209); }
td.TdClassName
{
border-color: #3FFCD1;
}
.TagClassName
{
border-color: #3FFCD1;
}
</style>