Shades of Turquoise #3BFCC4
Tints of Turquoise #3BFCC4
RGB
CMYK
RGB Variations
Color information
#3BFCC4 (or 0x3BFCC4) is known color: Turquoise. HEX triplet: 3B, FC and C4. RGB value is (59,252,196). Sum of RGB (Red+Green+Blue) = 59+252+196=507 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.64% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFCC4 is #C4033B. Grayscale: #BBBBBB. Windows color (decimal): -12845884 or 12909627. OLE color: 12909627.
HSL color Cylindrical-coordinate representation of color #3BFCC4: hue angle of 162.59º 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 #3BFCC4 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 196 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.01 |
| HSL | 162.59º | 0.97% | 0.61% | - |
| HSV(B) | 162.59º | 0.77% | 0.99% | - |
| XYZ | 46.58 | 74.54 | 64.16 | - |
| YUV | 187.91 | 132.56 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 196 | 0.77 | 0 | 0.22 | 0.01 | 162.59 | 0.97 | 0.61 |
| Hex | 3B | FC | C4 | 4D | 0 | 16 | 1 | A3 | 61 | 3D |
| Octal | 73 | 374 | 304 | 115 | 0 | 26 | 1 | 243 | 141 | 75 |
| Binary | 111011 | 11111100 | 11000100 | 1001101 | 0 | 10110 | 1 | 10100011 | 1100001 | 111101 |
Color Harmonies of #3BFCC4
Complementary color
Monochromatic Colors of #3BFCC4
Black with #3BFCC4
Text Example
Text Example
White with #3BFCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFCC4; }
p { color: rgb(59,252,196); }
H1.HeaderClassName
{
color: #3BFCC4;
}
.AnyTagClassName
{
color: #3BFCC4;
}
</style>
background-color css
<style>
a { background-color: #3BFCC4; }
a { background-color: rgb(59,252,196); }
div.DivClassName
{
background-color: #3BFCC4;
}
.BgClassName
{
background-color: #3BFCC4;
}
</style>
border-color css
<style>
span { border-color: #3BFCC4; }
span { border-color: rgb(59,252,196); }
td.TdClassName
{
border-color: #3BFCC4;
}
.TagClassName
{
border-color: #3BFCC4;
}
</style>