Shades of Turquoise #3BFAC4
Tints of Turquoise #3BFAC4
RGB
CMYK
RGB Variations
Color information
#3BFAC4 (or 0x3BFAC4) is known color: Turquoise. HEX triplet: 3B, FA and C4. RGB value is (59,250,196). Sum of RGB (Red+Green+Blue) = 59+250+196=505 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.68% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFAC4 is #C4053B. Grayscale: #BABABA. Windows color (decimal): -12846396 or 12909115. OLE color: 12909115.
HSL color Cylindrical-coordinate representation of color #3BFAC4: hue angle of 163.04º 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 #3BFAC4 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 196 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.02 |
| HSL | 163.04º | 0.95% | 0.61% | - |
| HSV(B) | 163.04º | 0.76% | 0.98% | - |
| XYZ | 45.95 | 73.29 | 63.95 | - |
| YUV | 186.74 | 133.22 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 196 | 0.76 | 0 | 0.22 | 0.02 | 163.04 | 0.95 | 0.61 |
| Hex | 3B | FA | C4 | 4C | 0 | 16 | 2 | A3 | 5F | 3D |
| Octal | 73 | 372 | 304 | 114 | 0 | 26 | 2 | 243 | 137 | 75 |
| Binary | 111011 | 11111010 | 11000100 | 1001100 | 0 | 10110 | 10 | 10100011 | 1011111 | 111101 |
Color Harmonies of #3BFAC4
Complementary color
Monochromatic Colors of #3BFAC4
Black with #3BFAC4
Text Example
Text Example
White with #3BFAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFAC4; }
p { color: rgb(59,250,196); }
H1.HeaderClassName
{
color: #3BFAC4;
}
.AnyTagClassName
{
color: #3BFAC4;
}
</style>
background-color css
<style>
a { background-color: #3BFAC4; }
a { background-color: rgb(59,250,196); }
div.DivClassName
{
background-color: #3BFAC4;
}
.BgClassName
{
background-color: #3BFAC4;
}
</style>
border-color css
<style>
span { border-color: #3BFAC4; }
span { border-color: rgb(59,250,196); }
td.TdClassName
{
border-color: #3BFAC4;
}
.TagClassName
{
border-color: #3BFAC4;
}
</style>