Shades of Turquoise #3BECC6
Tints of Turquoise #3BECC6
RGB
CMYK
RGB Variations
Color information
#3BECC6 (or 0x3BECC6) is known color: Turquoise. HEX triplet: 3B, EC and C6. RGB value is (59,236,198). Sum of RGB (Red+Green+Blue) = 59+236+198=493 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.97% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECC6 is #C41339. Grayscale: #B2B2B2. Windows color (decimal): -12849978 or 13036603. OLE color: 13036603.
HSL color Cylindrical-coordinate representation of color #3BECC6: hue angle of 167.12º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BECC6 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 198 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.07 |
| HSL | 167.12º | 0.82% | 0.58% | - |
| HSV(B) | 167.12º | 0.75% | 0.93% | - |
| XYZ | 41.99 | 65 | 63.76 | - |
| YUV | 178.75 | 138.86 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 198 | 0.75 | 0 | 0.16 | 0.07 | 167.12 | 0.82 | 0.58 |
| Hex | 3B | EC | C6 | 4B | 0 | 10 | 7 | A7 | 52 | 3A |
| Octal | 73 | 354 | 306 | 113 | 0 | 20 | 7 | 247 | 122 | 72 |
| Binary | 111011 | 11101100 | 11000110 | 1001011 | 0 | 10000 | 111 | 10100111 | 1010010 | 111010 |
Color Harmonies of #3BECC6
Complementary color
Monochromatic Colors of #3BECC6
Black with #3BECC6
Text Example
Text Example
White with #3BECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BECC6; }
p { color: rgb(59,236,198); }
H1.HeaderClassName
{
color: #3BECC6;
}
.AnyTagClassName
{
color: #3BECC6;
}
</style>
background-color css
<style>
a { background-color: #3BECC6; }
a { background-color: rgb(59,236,198); }
div.DivClassName
{
background-color: #3BECC6;
}
.BgClassName
{
background-color: #3BECC6;
}
</style>
border-color css
<style>
span { border-color: #3BECC6; }
span { border-color: rgb(59,236,198); }
td.TdClassName
{
border-color: #3BECC6;
}
.TagClassName
{
border-color: #3BECC6;
}
</style>