Shades of Turquoise #3BFDC1
Tints of Turquoise #3BFDC1
RGB
CMYK
RGB Variations
Color information
#3BFDC1 (or 0x3BFDC1) is known color: Turquoise. HEX triplet: 3B, FD and C1. RGB value is (59,253,193). Sum of RGB (Red+Green+Blue) = 59+253+193=505 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.68% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFDC1 is #C4023E. Grayscale: #BCBCBC. Windows color (decimal): -12845631 or 12713275. OLE color: 12713275.
HSL color Cylindrical-coordinate representation of color #3BFDC1: hue angle of 161.44º 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 #3BFDC1 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 193 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.01 |
| HSL | 161.44º | 0.98% | 0.61% | - |
| HSV(B) | 161.44º | 0.77% | 0.99% | - |
| XYZ | 46.55 | 75.03 | 62.48 | - |
| YUV | 188.15 | 130.73 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 193 | 0.77 | 0 | 0.24 | 0.01 | 161.44 | 0.98 | 0.61 |
| Hex | 3B | FD | C1 | 4D | 0 | 18 | 1 | A1 | 62 | 3D |
| Octal | 73 | 375 | 301 | 115 | 0 | 30 | 1 | 241 | 142 | 75 |
| Binary | 111011 | 11111101 | 11000001 | 1001101 | 0 | 11000 | 1 | 10100001 | 1100010 | 111101 |
Color Harmonies of #3BFDC1
Complementary color
Monochromatic Colors of #3BFDC1
Black with #3BFDC1
Text Example
Text Example
White with #3BFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDC1; }
p { color: rgb(59,253,193); }
H1.HeaderClassName
{
color: #3BFDC1;
}
.AnyTagClassName
{
color: #3BFDC1;
}
</style>
background-color css
<style>
a { background-color: #3BFDC1; }
a { background-color: rgb(59,253,193); }
div.DivClassName
{
background-color: #3BFDC1;
}
.BgClassName
{
background-color: #3BFDC1;
}
</style>
border-color css
<style>
span { border-color: #3BFDC1; }
span { border-color: rgb(59,253,193); }
td.TdClassName
{
border-color: #3BFDC1;
}
.TagClassName
{
border-color: #3BFDC1;
}
</style>