Shades of Turquoise #3BE9C6
Tints of Turquoise #3BE9C6
RGB
CMYK
RGB Variations
Color information
#3BE9C6 (or 0x3BE9C6) is known color: Turquoise. HEX triplet: 3B, E9 and C6. RGB value is (59,233,198). Sum of RGB (Red+Green+Blue) = 59+233+198=490 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.04% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #3BE9C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE9C6 is #C41639. Grayscale: #B0B0B0. Windows color (decimal): -12850746 or 13035835. OLE color: 13035835.
HSL color Cylindrical-coordinate representation of color #3BE9C6: hue angle of 167.93º degrees, saturation: 0.8, 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 #3BE9C6 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 233 | 198 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.09 |
| HSL | 167.93º | 0.8% | 0.57% | - |
| HSV(B) | 167.93º | 0.75% | 0.91% | - |
| XYZ | 41.14 | 63.28 | 63.47 | - |
| YUV | 176.98 | 139.85 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 233 | 198 | 0.75 | 0 | 0.15 | 0.09 | 167.93 | 0.8 | 0.57 |
| Hex | 3B | E9 | C6 | 4B | 0 | F | 9 | A8 | 50 | 39 |
| Octal | 73 | 351 | 306 | 113 | 0 | 17 | 11 | 250 | 120 | 71 |
| Binary | 111011 | 11101001 | 11000110 | 1001011 | 0 | 1111 | 1001 | 10101000 | 1010000 | 111001 |
Color Harmonies of #3BE9C6
Complementary color
Monochromatic Colors of #3BE9C6
Black with #3BE9C6
Text Example
Text Example
White with #3BE9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE9C6; }
p { color: rgb(59,233,198); }
H1.HeaderClassName
{
color: #3BE9C6;
}
.AnyTagClassName
{
color: #3BE9C6;
}
</style>
background-color css
<style>
a { background-color: #3BE9C6; }
a { background-color: rgb(59,233,198); }
div.DivClassName
{
background-color: #3BE9C6;
}
.BgClassName
{
background-color: #3BE9C6;
}
</style>
border-color css
<style>
span { border-color: #3BE9C6; }
span { border-color: rgb(59,233,198); }
td.TdClassName
{
border-color: #3BE9C6;
}
.TagClassName
{
border-color: #3BE9C6;
}
</style>