Shades of Turquoise #3BFDAD
Tints of Turquoise #3BFDAD
RGB
CMYK
RGB Variations
Color information
#3BFDAD (or 0x3BFDAD) is known color: Turquoise. HEX triplet: 3B, FD and AD. RGB value is (59,253,173). Sum of RGB (Red+Green+Blue) = 59+253+173=485 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.16% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFDAD is #C40252. Grayscale: #B9B9B9. Windows color (decimal): -12845651 or 11402555. OLE color: 11402555.
HSL color Cylindrical-coordinate representation of color #3BFDAD: hue angle of 155.26º 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 #3BFDAD is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 173 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.01 |
| HSL | 155.26º | 0.98% | 0.61% | - |
| HSV(B) | 155.26º | 0.77% | 0.99% | - |
| XYZ | 44.47 | 74.2 | 51.51 | - |
| YUV | 185.87 | 120.73 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 173 | 0.77 | 0 | 0.32 | 0.01 | 155.26 | 0.98 | 0.61 |
| Hex | 3B | FD | AD | 4D | 0 | 20 | 1 | 9B | 62 | 3D |
| Octal | 73 | 375 | 255 | 115 | 0 | 40 | 1 | 233 | 142 | 75 |
| Binary | 111011 | 11111101 | 10101101 | 1001101 | 0 | 100000 | 1 | 10011011 | 1100010 | 111101 |
Color Harmonies of #3BFDAD
Complementary color
Monochromatic Colors of #3BFDAD
Black with #3BFDAD
Text Example
Text Example
White with #3BFDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDAD; }
p { color: rgb(59,253,173); }
H1.HeaderClassName
{
color: #3BFDAD;
}
.AnyTagClassName
{
color: #3BFDAD;
}
</style>
background-color css
<style>
a { background-color: #3BFDAD; }
a { background-color: rgb(59,253,173); }
div.DivClassName
{
background-color: #3BFDAD;
}
.BgClassName
{
background-color: #3BFDAD;
}
</style>
border-color css
<style>
span { border-color: #3BFDAD; }
span { border-color: rgb(59,253,173); }
td.TdClassName
{
border-color: #3BFDAD;
}
.TagClassName
{
border-color: #3BFDAD;
}
</style>