Shades of Turquoise #3FFCF0
Tints of Turquoise #3FFCF0
RGB
CMYK
RGB Variations
Color information
#3FFCF0 (or 0x3FFCF0) is known color: Turquoise. HEX triplet: 3F, FC and F0. RGB value is (63,252,240). Sum of RGB (Red+Green+Blue) = 63+252+240=555 (73% of max value = 765). Red value is 63 (25% from 255 or 11.35% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFCF0 is #C0030F. Grayscale: #C1C1C1. Windows color (decimal): -12583696 or 15793215. OLE color: 15793215.
HSL color Cylindrical-coordinate representation of color #3FFCF0: hue angle of 176.19º 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 #3FFCF0 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 240 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.01 |
| HSL | 176.19º | 0.97% | 0.62% | - |
| HSV(B) | 176.19º | 0.75% | 0.99% | - |
| XYZ | 52.59 | 76.97 | 94.52 | - |
| YUV | 194.12 | 153.88 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 240 | 0.75 | 0 | 0.05 | 0.01 | 176.19 | 0.97 | 0.62 |
| Hex | 3F | FC | F0 | 4B | 0 | 5 | 1 | B0 | 61 | 3E |
| Octal | 77 | 374 | 360 | 113 | 0 | 5 | 1 | 260 | 141 | 76 |
| Binary | 111111 | 11111100 | 11110000 | 1001011 | 0 | 101 | 1 | 10110000 | 1100001 | 111110 |
Color Harmonies of #3FFCF0
Complementary color
Monochromatic Colors of #3FFCF0
Black with #3FFCF0
Text Example
Text Example
White with #3FFCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCF0; }
p { color: rgb(63,252,240); }
H1.HeaderClassName
{
color: #3FFCF0;
}
.AnyTagClassName
{
color: #3FFCF0;
}
</style>
background-color css
<style>
a { background-color: #3FFCF0; }
a { background-color: rgb(63,252,240); }
div.DivClassName
{
background-color: #3FFCF0;
}
.BgClassName
{
background-color: #3FFCF0;
}
</style>
border-color css
<style>
span { border-color: #3FFCF0; }
span { border-color: rgb(63,252,240); }
td.TdClassName
{
border-color: #3FFCF0;
}
.TagClassName
{
border-color: #3FFCF0;
}
</style>