Shades of Turquoise #3BF4B2
Tints of Turquoise #3BF4B2
RGB
CMYK
RGB Variations
Color information
#3BF4B2 (or 0x3BF4B2) is known color: Turquoise. HEX triplet: 3B, F4 and B2. RGB value is (59,244,178). Sum of RGB (Red+Green+Blue) = 59+244+178=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #3BF4B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF4B2 is #C40B4D. Grayscale: #B5B5B5. Windows color (decimal): -12847950 or 11727931. OLE color: 11727931.
HSL color Cylindrical-coordinate representation of color #3BF4B2: hue angle of 158.59º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF4B2 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 244 | 178 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.04 |
| HSL | 158.59º | 0.89% | 0.59% | - |
| HSV(B) | 158.59º | 0.76% | 0.96% | - |
| XYZ | 42.19 | 68.85 | 53.18 | - |
| YUV | 181.16 | 126.21 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 244 | 178 | 0.76 | 0 | 0.27 | 0.04 | 158.59 | 0.89 | 0.59 |
| Hex | 3B | F4 | B2 | 4C | 0 | 1B | 4 | 9F | 59 | 3B |
| Octal | 73 | 364 | 262 | 114 | 0 | 33 | 4 | 237 | 131 | 73 |
| Binary | 111011 | 11110100 | 10110010 | 1001100 | 0 | 11011 | 100 | 10011111 | 1011001 | 111011 |
Color Harmonies of #3BF4B2
Complementary color
Monochromatic Colors of #3BF4B2
Black with #3BF4B2
Text Example
Text Example
White with #3BF4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF4B2; }
p { color: rgb(59,244,178); }
H1.HeaderClassName
{
color: #3BF4B2;
}
.AnyTagClassName
{
color: #3BF4B2;
}
</style>
background-color css
<style>
a { background-color: #3BF4B2; }
a { background-color: rgb(59,244,178); }
div.DivClassName
{
background-color: #3BF4B2;
}
.BgClassName
{
background-color: #3BF4B2;
}
</style>
border-color css
<style>
span { border-color: #3BF4B2; }
span { border-color: rgb(59,244,178); }
td.TdClassName
{
border-color: #3BF4B2;
}
.TagClassName
{
border-color: #3BF4B2;
}
</style>