Shades of Turquoise #3FFFBD
Tints of Turquoise #3FFFBD
RGB
CMYK
RGB Variations
Color information
#3FFFBD (or 0x3FFFBD) is known color: Turquoise. HEX triplet: 3F, FF and BD. RGB value is (63,255,189). Sum of RGB (Red+Green+Blue) = 63+255+189=507 (67% of max value = 765). Red value is 63 (25% from 255 or 12.43% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFBD is #C00042. Grayscale: #BEBEBE. Windows color (decimal): -12582979 or 12451647. OLE color: 12451647.
HSL color Cylindrical-coordinate representation of color #3FFFBD: hue angle of 159.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFBD is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 189 | - |
| CMYK | 0.75 | 0 | 0.26 | 0 |
| HSL | 159.38º | 1% | 0.62% | - |
| HSV(B) | 159.38º | 0.75% | 1% | - |
| XYZ | 47 | 76.25 | 60.39 | - |
| YUV | 190.07 | 127.39 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 189 | 0.75 | 0 | 0.26 | 0 | 159.38 | 1 | 0.62 |
| Hex | 3F | FF | BD | 4B | 0 | 1A | 0 | 9F | 64 | 3E |
| Octal | 77 | 377 | 275 | 113 | 0 | 32 | 0 | 237 | 144 | 76 |
| Binary | 111111 | 11111111 | 10111101 | 1001011 | 0 | 11010 | 0 | 10011111 | 1100100 | 111110 |
Color Harmonies of #3FFFBD
Complementary color
Monochromatic Colors of #3FFFBD
Black with #3FFFBD
Text Example
Text Example
White with #3FFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFBD; }
p { color: rgb(63,255,189); }
H1.HeaderClassName
{
color: #3FFFBD;
}
.AnyTagClassName
{
color: #3FFFBD;
}
</style>
background-color css
<style>
a { background-color: #3FFFBD; }
a { background-color: rgb(63,255,189); }
div.DivClassName
{
background-color: #3FFFBD;
}
.BgClassName
{
background-color: #3FFFBD;
}
</style>
border-color css
<style>
span { border-color: #3FFFBD; }
span { border-color: rgb(63,255,189); }
td.TdClassName
{
border-color: #3FFFBD;
}
.TagClassName
{
border-color: #3FFFBD;
}
</style>