Shades of Turquoise #3FFCBE
Tints of Turquoise #3FFCBE
RGB
CMYK
RGB Variations
Color information
#3FFCBE (or 0x3FFCBE) is known color: Turquoise. HEX triplet: 3F, FC and BE. RGB value is (63,252,190). Sum of RGB (Red+Green+Blue) = 63+252+190=505 (66% of max value = 765). Red value is 63 (25% from 255 or 12.48% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFCBE is #C00341. Grayscale: #BCBCBC. Windows color (decimal): -12583746 or 12516415. OLE color: 12516415.
HSL color Cylindrical-coordinate representation of color #3FFCBE: hue angle of 160.32º 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 #3FFCBE is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 190 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.01 |
| HSL | 160.32º | 0.97% | 0.62% | - |
| HSV(B) | 160.32º | 0.75% | 0.99% | - |
| XYZ | 46.15 | 74.4 | 60.64 | - |
| YUV | 188.42 | 128.88 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 190 | 0.75 | 0 | 0.25 | 0.01 | 160.32 | 0.97 | 0.62 |
| Hex | 3F | FC | BE | 4B | 0 | 19 | 1 | A0 | 61 | 3E |
| Octal | 77 | 374 | 276 | 113 | 0 | 31 | 1 | 240 | 141 | 76 |
| Binary | 111111 | 11111100 | 10111110 | 1001011 | 0 | 11001 | 1 | 10100000 | 1100001 | 111110 |
Color Harmonies of #3FFCBE
Complementary color
Monochromatic Colors of #3FFCBE
Black with #3FFCBE
Text Example
Text Example
White with #3FFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCBE; }
p { color: rgb(63,252,190); }
H1.HeaderClassName
{
color: #3FFCBE;
}
.AnyTagClassName
{
color: #3FFCBE;
}
</style>
background-color css
<style>
a { background-color: #3FFCBE; }
a { background-color: rgb(63,252,190); }
div.DivClassName
{
background-color: #3FFCBE;
}
.BgClassName
{
background-color: #3FFCBE;
}
</style>
border-color css
<style>
span { border-color: #3FFCBE; }
span { border-color: rgb(63,252,190); }
td.TdClassName
{
border-color: #3FFCBE;
}
.TagClassName
{
border-color: #3FFCBE;
}
</style>