Shades of Turquoise #3FFCF2
Tints of Turquoise #3FFCF2
RGB
CMYK
RGB Variations
Color information
#3FFCF2 (or 0x3FFCF2) is known color: Turquoise. HEX triplet: 3F, FC and F2. RGB value is (63,252,242). Sum of RGB (Red+Green+Blue) = 63+252+242=557 (73% of max value = 765). Red value is 63 (25% from 255 or 11.31% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFCF2 is #C0030D. Grayscale: #C2C2C2. Windows color (decimal): -12583694 or 15924287. OLE color: 15924287.
HSL color Cylindrical-coordinate representation of color #3FFCF2: hue angle of 176.83º 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 #3FFCF2 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 242 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.01 |
| HSL | 176.83º | 0.97% | 0.62% | - |
| HSV(B) | 176.83º | 0.75% | 0.99% | - |
| XYZ | 52.89 | 77.09 | 96.1 | - |
| YUV | 194.35 | 154.88 | 34.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 242 | 0.75 | 0 | 0.04 | 0.01 | 176.83 | 0.97 | 0.62 |
| Hex | 3F | FC | F2 | 4B | 0 | 4 | 1 | B1 | 61 | 3E |
| Octal | 77 | 374 | 362 | 113 | 0 | 4 | 1 | 261 | 141 | 76 |
| Binary | 111111 | 11111100 | 11110010 | 1001011 | 0 | 100 | 1 | 10110001 | 1100001 | 111110 |
Color Harmonies of #3FFCF2
Complementary color
Monochromatic Colors of #3FFCF2
Black with #3FFCF2
Text Example
Text Example
White with #3FFCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCF2; }
p { color: rgb(63,252,242); }
H1.HeaderClassName
{
color: #3FFCF2;
}
.AnyTagClassName
{
color: #3FFCF2;
}
</style>
background-color css
<style>
a { background-color: #3FFCF2; }
a { background-color: rgb(63,252,242); }
div.DivClassName
{
background-color: #3FFCF2;
}
.BgClassName
{
background-color: #3FFCF2;
}
</style>
border-color css
<style>
span { border-color: #3FFCF2; }
span { border-color: rgb(63,252,242); }
td.TdClassName
{
border-color: #3FFCF2;
}
.TagClassName
{
border-color: #3FFCF2;
}
</style>