Shades of Turquoise #3FFCF6
Tints of Turquoise #3FFCF6
RGB
CMYK
RGB Variations
Color information
#3FFCF6 (or 0x3FFCF6) is known color: Turquoise. HEX triplet: 3F, FC and F6. RGB value is (63,252,246). Sum of RGB (Red+Green+Blue) = 63+252+246=561 (74% of max value = 765). Red value is 63 (25% from 255 or 11.23% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFCF6 is #C00309. Grayscale: #C2C2C2. Windows color (decimal): -12583690 or 16186431. OLE color: 16186431.
HSL color Cylindrical-coordinate representation of color #3FFCF6: hue angle of 178.1º 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 #3FFCF6 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 246 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.01 |
| HSL | 178.1º | 0.97% | 0.62% | - |
| HSV(B) | 178.1º | 0.75% | 0.99% | - |
| XYZ | 53.49 | 77.33 | 99.3 | - |
| YUV | 194.81 | 156.88 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 246 | 0.75 | 0 | 0.02 | 0.01 | 178.1 | 0.97 | 0.62 |
| Hex | 3F | FC | F6 | 4B | 0 | 2 | 1 | B2 | 61 | 3E |
| Octal | 77 | 374 | 366 | 113 | 0 | 2 | 1 | 262 | 141 | 76 |
| Binary | 111111 | 11111100 | 11110110 | 1001011 | 0 | 10 | 1 | 10110010 | 1100001 | 111110 |
Color Harmonies of #3FFCF6
Complementary color
Monochromatic Colors of #3FFCF6
Black with #3FFCF6
Text Example
Text Example
White with #3FFCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCF6; }
p { color: rgb(63,252,246); }
H1.HeaderClassName
{
color: #3FFCF6;
}
.AnyTagClassName
{
color: #3FFCF6;
}
</style>
background-color css
<style>
a { background-color: #3FFCF6; }
a { background-color: rgb(63,252,246); }
div.DivClassName
{
background-color: #3FFCF6;
}
.BgClassName
{
background-color: #3FFCF6;
}
</style>
border-color css
<style>
span { border-color: #3FFCF6; }
span { border-color: rgb(63,252,246); }
td.TdClassName
{
border-color: #3FFCF6;
}
.TagClassName
{
border-color: #3FFCF6;
}
</style>