Shades of Turquoise #3FFDBB
Tints of Turquoise #3FFDBB
RGB
CMYK
RGB Variations
Color information
#3FFDBB (or 0x3FFDBB) is known color: Turquoise. HEX triplet: 3F, FD and BB. RGB value is (63,253,187). Sum of RGB (Red+Green+Blue) = 63+253+187=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDBB is #C00244. Grayscale: #BCBCBC. Windows color (decimal): -12583493 or 12320063. OLE color: 12320063.
HSL color Cylindrical-coordinate representation of color #3FFDBB: hue angle of 159.16º degrees, saturation: 0.98, 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 #3FFDBB is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 187 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.01 |
| HSL | 159.16º | 0.98% | 0.62% | - |
| HSV(B) | 159.16º | 0.75% | 0.99% | - |
| XYZ | 46.14 | 74.9 | 59.04 | - |
| YUV | 188.67 | 127.05 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 187 | 0.75 | 0 | 0.26 | 0.01 | 159.16 | 0.98 | 0.62 |
| Hex | 3F | FD | BB | 4B | 0 | 1A | 1 | 9F | 62 | 3E |
| Octal | 77 | 375 | 273 | 113 | 0 | 32 | 1 | 237 | 142 | 76 |
| Binary | 111111 | 11111101 | 10111011 | 1001011 | 0 | 11010 | 1 | 10011111 | 1100010 | 111110 |
Color Harmonies of #3FFDBB
Complementary color
Monochromatic Colors of #3FFDBB
Black with #3FFDBB
Text Example
Text Example
White with #3FFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDBB; }
p { color: rgb(63,253,187); }
H1.HeaderClassName
{
color: #3FFDBB;
}
.AnyTagClassName
{
color: #3FFDBB;
}
</style>
background-color css
<style>
a { background-color: #3FFDBB; }
a { background-color: rgb(63,253,187); }
div.DivClassName
{
background-color: #3FFDBB;
}
.BgClassName
{
background-color: #3FFDBB;
}
</style>
border-color css
<style>
span { border-color: #3FFDBB; }
span { border-color: rgb(63,253,187); }
td.TdClassName
{
border-color: #3FFDBB;
}
.TagClassName
{
border-color: #3FFDBB;
}
</style>