Shades of Turquoise #3FFCBF
Tints of Turquoise #3FFCBF
RGB
CMYK
RGB Variations
Color information
#3FFCBF (or 0x3FFCBF) is known color: Turquoise. HEX triplet: 3F, FC and BF. RGB value is (63,252,191). Sum of RGB (Red+Green+Blue) = 63+252+191=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFCBF is #C00340. Grayscale: #BCBCBC. Windows color (decimal): -12583745 or 12581951. OLE color: 12581951.
HSL color Cylindrical-coordinate representation of color #3FFCBF: hue angle of 160.63º 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 #3FFCBF is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 191 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.01 |
| HSL | 160.63º | 0.97% | 0.62% | - |
| HSV(B) | 160.63º | 0.75% | 0.99% | - |
| XYZ | 46.26 | 74.44 | 61.22 | - |
| YUV | 188.54 | 129.38 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 191 | 0.75 | 0 | 0.24 | 0.01 | 160.63 | 0.97 | 0.62 |
| Hex | 3F | FC | BF | 4B | 0 | 18 | 1 | A1 | 61 | 3E |
| Octal | 77 | 374 | 277 | 113 | 0 | 30 | 1 | 241 | 141 | 76 |
| Binary | 111111 | 11111100 | 10111111 | 1001011 | 0 | 11000 | 1 | 10100001 | 1100001 | 111110 |
Color Harmonies of #3FFCBF
Complementary color
Monochromatic Colors of #3FFCBF
Black with #3FFCBF
Text Example
Text Example
White with #3FFCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCBF; }
p { color: rgb(63,252,191); }
H1.HeaderClassName
{
color: #3FFCBF;
}
.AnyTagClassName
{
color: #3FFCBF;
}
</style>
background-color css
<style>
a { background-color: #3FFCBF; }
a { background-color: rgb(63,252,191); }
div.DivClassName
{
background-color: #3FFCBF;
}
.BgClassName
{
background-color: #3FFCBF;
}
</style>
border-color css
<style>
span { border-color: #3FFCBF; }
span { border-color: rgb(63,252,191); }
td.TdClassName
{
border-color: #3FFCBF;
}
.TagClassName
{
border-color: #3FFCBF;
}
</style>