Shades of Turquoise #3FFCB7
Tints of Turquoise #3FFCB7
RGB
CMYK
RGB Variations
Color information
#3FFCB7 (or 0x3FFCB7) is known color: Turquoise. HEX triplet: 3F, FC and B7. RGB value is (63,252,183). Sum of RGB (Red+Green+Blue) = 63+252+183=498 (65% of max value = 765). Red value is 63 (25% from 255 or 12.65% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFCB7 is #C00348. Grayscale: #BBBBBB. Windows color (decimal): -12583753 or 12057663. OLE color: 12057663.
HSL color Cylindrical-coordinate representation of color #3FFCB7: hue angle of 158.1º 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 #3FFCB7 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 183 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.01 |
| HSL | 158.1º | 0.97% | 0.62% | - |
| HSV(B) | 158.1º | 0.75% | 0.99% | - |
| XYZ | 45.41 | 74.1 | 56.71 | - |
| YUV | 187.62 | 125.38 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 183 | 0.75 | 0 | 0.27 | 0.01 | 158.1 | 0.97 | 0.62 |
| Hex | 3F | FC | B7 | 4B | 0 | 1B | 1 | 9E | 61 | 3E |
| Octal | 77 | 374 | 267 | 113 | 0 | 33 | 1 | 236 | 141 | 76 |
| Binary | 111111 | 11111100 | 10110111 | 1001011 | 0 | 11011 | 1 | 10011110 | 1100001 | 111110 |
Color Harmonies of #3FFCB7
Complementary color
Monochromatic Colors of #3FFCB7
Black with #3FFCB7
Text Example
Text Example
White with #3FFCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCB7; }
p { color: rgb(63,252,183); }
H1.HeaderClassName
{
color: #3FFCB7;
}
.AnyTagClassName
{
color: #3FFCB7;
}
</style>
background-color css
<style>
a { background-color: #3FFCB7; }
a { background-color: rgb(63,252,183); }
div.DivClassName
{
background-color: #3FFCB7;
}
.BgClassName
{
background-color: #3FFCB7;
}
</style>
border-color css
<style>
span { border-color: #3FFCB7; }
span { border-color: rgb(63,252,183); }
td.TdClassName
{
border-color: #3FFCB7;
}
.TagClassName
{
border-color: #3FFCB7;
}
</style>