Shades of Turquoise #3BFDBD
Tints of Turquoise #3BFDBD
RGB
CMYK
RGB Variations
Color information
#3BFDBD (or 0x3BFDBD) is known color: Turquoise. HEX triplet: 3B, FD and BD. RGB value is (59,253,189). Sum of RGB (Red+Green+Blue) = 59+253+189=501 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.78% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFDBD is #C40242. Grayscale: #BBBBBB. Windows color (decimal): -12845635 or 12451131. OLE color: 12451131.
HSL color Cylindrical-coordinate representation of color #3BFDBD: hue angle of 160.21º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFDBD is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 189 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.01 |
| HSL | 160.21º | 0.98% | 0.61% | - |
| HSV(B) | 160.21º | 0.77% | 0.99% | - |
| XYZ | 46.11 | 74.85 | 60.16 | - |
| YUV | 187.7 | 128.73 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 189 | 0.77 | 0 | 0.25 | 0.01 | 160.21 | 0.98 | 0.61 |
| Hex | 3B | FD | BD | 4D | 0 | 19 | 1 | A0 | 62 | 3D |
| Octal | 73 | 375 | 275 | 115 | 0 | 31 | 1 | 240 | 142 | 75 |
| Binary | 111011 | 11111101 | 10111101 | 1001101 | 0 | 11001 | 1 | 10100000 | 1100010 | 111101 |
Color Harmonies of #3BFDBD
Complementary color
Monochromatic Colors of #3BFDBD
Black with #3BFDBD
Text Example
Text Example
White with #3BFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDBD; }
p { color: rgb(59,253,189); }
H1.HeaderClassName
{
color: #3BFDBD;
}
.AnyTagClassName
{
color: #3BFDBD;
}
</style>
background-color css
<style>
a { background-color: #3BFDBD; }
a { background-color: rgb(59,253,189); }
div.DivClassName
{
background-color: #3BFDBD;
}
.BgClassName
{
background-color: #3BFDBD;
}
</style>
border-color css
<style>
span { border-color: #3BFDBD; }
span { border-color: rgb(59,253,189); }
td.TdClassName
{
border-color: #3BFDBD;
}
.TagClassName
{
border-color: #3BFDBD;
}
</style>