Shades of Turquoise #3BFACB
Tints of Turquoise #3BFACB
RGB
CMYK
RGB Variations
Color information
#3BFACB (or 0x3BFACB) is known color: Turquoise. HEX triplet: 3B, FA and CB. RGB value is (59,250,203). Sum of RGB (Red+Green+Blue) = 59+250+203=512 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.52% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFACB is #C40534. Grayscale: #BBBBBB. Windows color (decimal): -12846389 or 13367867. OLE color: 13367867.
HSL color Cylindrical-coordinate representation of color #3BFACB: hue angle of 165.24º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFACB is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 203 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.02 |
| HSL | 165.24º | 0.95% | 0.61% | - |
| HSV(B) | 165.24º | 0.76% | 0.98% | - |
| XYZ | 46.77 | 73.61 | 68.24 | - |
| YUV | 187.53 | 136.72 | 36.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 203 | 0.76 | 0 | 0.19 | 0.02 | 165.24 | 0.95 | 0.61 |
| Hex | 3B | FA | CB | 4C | 0 | 13 | 2 | A5 | 5F | 3D |
| Octal | 73 | 372 | 313 | 114 | 0 | 23 | 2 | 245 | 137 | 75 |
| Binary | 111011 | 11111010 | 11001011 | 1001100 | 0 | 10011 | 10 | 10100101 | 1011111 | 111101 |
Color Harmonies of #3BFACB
Complementary color
Monochromatic Colors of #3BFACB
Black with #3BFACB
Text Example
Text Example
White with #3BFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFACB; }
p { color: rgb(59,250,203); }
H1.HeaderClassName
{
color: #3BFACB;
}
.AnyTagClassName
{
color: #3BFACB;
}
</style>
background-color css
<style>
a { background-color: #3BFACB; }
a { background-color: rgb(59,250,203); }
div.DivClassName
{
background-color: #3BFACB;
}
.BgClassName
{
background-color: #3BFACB;
}
</style>
border-color css
<style>
span { border-color: #3BFACB; }
span { border-color: rgb(59,250,203); }
td.TdClassName
{
border-color: #3BFACB;
}
.TagClassName
{
border-color: #3BFACB;
}
</style>