Shades of Turquoise #3BECC2
Tints of Turquoise #3BECC2
RGB
CMYK
RGB Variations
Color information
#3BECC2 (or 0x3BECC2) is known color: Turquoise. HEX triplet: 3B, EC and C2. RGB value is (59,236,194). Sum of RGB (Red+Green+Blue) = 59+236+194=489 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.07% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECC2 is #C4133D. Grayscale: #B2B2B2. Windows color (decimal): -12849982 or 12774459. OLE color: 12774459.
HSL color Cylindrical-coordinate representation of color #3BECC2: hue angle of 165.76º 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 #3BECC2 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 194 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.07 |
| HSL | 165.76º | 0.82% | 0.58% | - |
| HSV(B) | 165.76º | 0.75% | 0.93% | - |
| XYZ | 41.54 | 64.82 | 61.36 | - |
| YUV | 178.29 | 136.86 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 194 | 0.75 | 0 | 0.18 | 0.07 | 165.76 | 0.82 | 0.58 |
| Hex | 3B | EC | C2 | 4B | 0 | 12 | 7 | A6 | 52 | 3A |
| Octal | 73 | 354 | 302 | 113 | 0 | 22 | 7 | 246 | 122 | 72 |
| Binary | 111011 | 11101100 | 11000010 | 1001011 | 0 | 10010 | 111 | 10100110 | 1010010 | 111010 |
Color Harmonies of #3BECC2
Complementary color
Monochromatic Colors of #3BECC2
Black with #3BECC2
Text Example
Text Example
White with #3BECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BECC2; }
p { color: rgb(59,236,194); }
H1.HeaderClassName
{
color: #3BECC2;
}
.AnyTagClassName
{
color: #3BECC2;
}
</style>
background-color css
<style>
a { background-color: #3BECC2; }
a { background-color: rgb(59,236,194); }
div.DivClassName
{
background-color: #3BECC2;
}
.BgClassName
{
background-color: #3BECC2;
}
</style>
border-color css
<style>
span { border-color: #3BECC2; }
span { border-color: rgb(59,236,194); }
td.TdClassName
{
border-color: #3BECC2;
}
.TagClassName
{
border-color: #3BECC2;
}
</style>