Shades of Turquoise #3BFCBD
Tints of Turquoise #3BFCBD
RGB
CMYK
RGB Variations
Color information
#3BFCBD (or 0x3BFCBD) is known color: Turquoise. HEX triplet: 3B, FC and BD. RGB value is (59,252,189). Sum of RGB (Red+Green+Blue) = 59+252+189=500 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.8% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFCBD is #C40342. Grayscale: #BBBBBB. Windows color (decimal): -12845891 or 12450875. OLE color: 12450875.
HSL color Cylindrical-coordinate representation of color #3BFCBD: hue angle of 160.41º degrees, saturation: 0.97, 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 #3BFCBD is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 189 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.01 |
| HSL | 160.41º | 0.97% | 0.61% | - |
| HSV(B) | 160.41º | 0.77% | 0.99% | - |
| XYZ | 45.8 | 74.22 | 60.06 | - |
| YUV | 187.11 | 129.06 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 189 | 0.77 | 0 | 0.25 | 0.01 | 160.41 | 0.97 | 0.61 |
| Hex | 3B | FC | BD | 4D | 0 | 19 | 1 | A0 | 61 | 3D |
| Octal | 73 | 374 | 275 | 115 | 0 | 31 | 1 | 240 | 141 | 75 |
| Binary | 111011 | 11111100 | 10111101 | 1001101 | 0 | 11001 | 1 | 10100000 | 1100001 | 111101 |
Color Harmonies of #3BFCBD
Complementary color
Monochromatic Colors of #3BFCBD
Black with #3BFCBD
Text Example
Text Example
White with #3BFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFCBD; }
p { color: rgb(59,252,189); }
H1.HeaderClassName
{
color: #3BFCBD;
}
.AnyTagClassName
{
color: #3BFCBD;
}
</style>
background-color css
<style>
a { background-color: #3BFCBD; }
a { background-color: rgb(59,252,189); }
div.DivClassName
{
background-color: #3BFCBD;
}
.BgClassName
{
background-color: #3BFCBD;
}
</style>
border-color css
<style>
span { border-color: #3BFCBD; }
span { border-color: rgb(59,252,189); }
td.TdClassName
{
border-color: #3BFCBD;
}
.TagClassName
{
border-color: #3BFCBD;
}
</style>