Shades of Turquoise #3FFBBC
Tints of Turquoise #3FFBBC
RGB
CMYK
RGB Variations
Color information
#3FFBBC (or 0x3FFBBC) is known color: Turquoise. HEX triplet: 3F, FB and BC. RGB value is (63,251,188). Sum of RGB (Red+Green+Blue) = 63+251+188=502 (66% of max value = 765). Red value is 63 (25% from 255 or 12.55% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBBC is #C00443. Grayscale: #BBBBBB. Windows color (decimal): -12584004 or 12385087. OLE color: 12385087.
HSL color Cylindrical-coordinate representation of color #3FFBBC: hue angle of 159.89º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBBC is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 188 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.02 |
| HSL | 159.89º | 0.96% | 0.62% | - |
| HSV(B) | 159.89º | 0.75% | 0.98% | - |
| XYZ | 45.62 | 73.68 | 59.39 | - |
| YUV | 187.61 | 128.22 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 188 | 0.75 | 0 | 0.25 | 0.02 | 159.89 | 0.96 | 0.62 |
| Hex | 3F | FB | BC | 4B | 0 | 19 | 2 | A0 | 60 | 3E |
| Octal | 77 | 373 | 274 | 113 | 0 | 31 | 2 | 240 | 140 | 76 |
| Binary | 111111 | 11111011 | 10111100 | 1001011 | 0 | 11001 | 10 | 10100000 | 1100000 | 111110 |
Color Harmonies of #3FFBBC
Complementary color
Monochromatic Colors of #3FFBBC
Black with #3FFBBC
Text Example
Text Example
White with #3FFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBBC; }
p { color: rgb(63,251,188); }
H1.HeaderClassName
{
color: #3FFBBC;
}
.AnyTagClassName
{
color: #3FFBBC;
}
</style>
background-color css
<style>
a { background-color: #3FFBBC; }
a { background-color: rgb(63,251,188); }
div.DivClassName
{
background-color: #3FFBBC;
}
.BgClassName
{
background-color: #3FFBBC;
}
</style>
border-color css
<style>
span { border-color: #3FFBBC; }
span { border-color: rgb(63,251,188); }
td.TdClassName
{
border-color: #3FFBBC;
}
.TagClassName
{
border-color: #3FFBBC;
}
</style>