Shades of Turquoise #3BE8C5
Tints of Turquoise #3BE8C5
RGB
CMYK
RGB Variations
Color information
#3BE8C5 (or 0x3BE8C5) is known color: Turquoise. HEX triplet: 3B, E8 and C5. RGB value is (59,232,197). Sum of RGB (Red+Green+Blue) = 59+232+197=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #3BE8C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE8C5 is #C4173A. Grayscale: #B0B0B0. Windows color (decimal): -12851003 or 12970043. OLE color: 12970043.
HSL color Cylindrical-coordinate representation of color #3BE8C5: hue angle of 167.86º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE8C5 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 232 | 197 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.09 |
| HSL | 167.86º | 0.79% | 0.57% | - |
| HSV(B) | 167.86º | 0.75% | 0.91% | - |
| XYZ | 40.74 | 62.67 | 62.77 | - |
| YUV | 176.28 | 139.69 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 232 | 197 | 0.75 | 0 | 0.15 | 0.09 | 167.86 | 0.79 | 0.57 |
| Hex | 3B | E8 | C5 | 4B | 0 | F | 9 | A8 | 4F | 39 |
| Octal | 73 | 350 | 305 | 113 | 0 | 17 | 11 | 250 | 117 | 71 |
| Binary | 111011 | 11101000 | 11000101 | 1001011 | 0 | 1111 | 1001 | 10101000 | 1001111 | 111001 |
Color Harmonies of #3BE8C5
Complementary color
Monochromatic Colors of #3BE8C5
Black with #3BE8C5
Text Example
Text Example
White with #3BE8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE8C5; }
p { color: rgb(59,232,197); }
H1.HeaderClassName
{
color: #3BE8C5;
}
.AnyTagClassName
{
color: #3BE8C5;
}
</style>
background-color css
<style>
a { background-color: #3BE8C5; }
a { background-color: rgb(59,232,197); }
div.DivClassName
{
background-color: #3BE8C5;
}
.BgClassName
{
background-color: #3BE8C5;
}
</style>
border-color css
<style>
span { border-color: #3BE8C5; }
span { border-color: rgb(59,232,197); }
td.TdClassName
{
border-color: #3BE8C5;
}
.TagClassName
{
border-color: #3BE8C5;
}
</style>