Shades of Turquoise #3FFCB2
Tints of Turquoise #3FFCB2
RGB
CMYK
RGB Variations
Color information
#3FFCB2 (or 0x3FFCB2) is known color: Turquoise. HEX triplet: 3F, FC and B2. RGB value is (63,252,178). Sum of RGB (Red+Green+Blue) = 63+252+178=493 (65% of max value = 765). Red value is 63 (25% from 255 or 12.78% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFCB2 is #C0034D. Grayscale: #BBBBBB. Windows color (decimal): -12583758 or 11729983. OLE color: 11729983.
HSL color Cylindrical-coordinate representation of color #3FFCB2: hue angle of 156.51º 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 #3FFCB2 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 178 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.01 |
| HSL | 156.51º | 0.97% | 0.62% | - |
| HSV(B) | 156.51º | 0.75% | 0.99% | - |
| XYZ | 44.9 | 73.89 | 54.02 | - |
| YUV | 187.05 | 122.88 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 178 | 0.75 | 0 | 0.29 | 0.01 | 156.51 | 0.97 | 0.62 |
| Hex | 3F | FC | B2 | 4B | 0 | 1D | 1 | 9D | 61 | 3E |
| Octal | 77 | 374 | 262 | 113 | 0 | 35 | 1 | 235 | 141 | 76 |
| Binary | 111111 | 11111100 | 10110010 | 1001011 | 0 | 11101 | 1 | 10011101 | 1100001 | 111110 |
Color Harmonies of #3FFCB2
Complementary color
Monochromatic Colors of #3FFCB2
Black with #3FFCB2
Text Example
Text Example
White with #3FFCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCB2; }
p { color: rgb(63,252,178); }
H1.HeaderClassName
{
color: #3FFCB2;
}
.AnyTagClassName
{
color: #3FFCB2;
}
</style>
background-color css
<style>
a { background-color: #3FFCB2; }
a { background-color: rgb(63,252,178); }
div.DivClassName
{
background-color: #3FFCB2;
}
.BgClassName
{
background-color: #3FFCB2;
}
</style>
border-color css
<style>
span { border-color: #3FFCB2; }
span { border-color: rgb(63,252,178); }
td.TdClassName
{
border-color: #3FFCB2;
}
.TagClassName
{
border-color: #3FFCB2;
}
</style>