Shades of Turquoise #3BEEC0
Tints of Turquoise #3BEEC0
RGB
CMYK
RGB Variations
Color information
#3BEEC0 (or 0x3BEEC0) is known color: Turquoise. HEX triplet: 3B, EE and C0. RGB value is (59,238,192). Sum of RGB (Red+Green+Blue) = 59+238+192=489 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.07% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEEC0 is #C4113F. Grayscale: #B3B3B3. Windows color (decimal): -12849472 or 12643899. OLE color: 12643899.
HSL color Cylindrical-coordinate representation of color #3BEEC0: hue angle of 164.58º degrees, saturation: 0.84, 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 #3BEEC0 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 192 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.07 |
| HSL | 164.58º | 0.84% | 0.58% | - |
| HSV(B) | 164.58º | 0.75% | 0.93% | - |
| XYZ | 41.89 | 65.88 | 60.38 | - |
| YUV | 179.24 | 135.2 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 192 | 0.75 | 0 | 0.19 | 0.07 | 164.58 | 0.84 | 0.58 |
| Hex | 3B | EE | C0 | 4B | 0 | 13 | 7 | A5 | 54 | 3A |
| Octal | 73 | 356 | 300 | 113 | 0 | 23 | 7 | 245 | 124 | 72 |
| Binary | 111011 | 11101110 | 11000000 | 1001011 | 0 | 10011 | 111 | 10100101 | 1010100 | 111010 |
Color Harmonies of #3BEEC0
Complementary color
Monochromatic Colors of #3BEEC0
Black with #3BEEC0
Text Example
Text Example
White with #3BEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEC0; }
p { color: rgb(59,238,192); }
H1.HeaderClassName
{
color: #3BEEC0;
}
.AnyTagClassName
{
color: #3BEEC0;
}
</style>
background-color css
<style>
a { background-color: #3BEEC0; }
a { background-color: rgb(59,238,192); }
div.DivClassName
{
background-color: #3BEEC0;
}
.BgClassName
{
background-color: #3BEEC0;
}
</style>
border-color css
<style>
span { border-color: #3BEEC0; }
span { border-color: rgb(59,238,192); }
td.TdClassName
{
border-color: #3BEEC0;
}
.TagClassName
{
border-color: #3BEEC0;
}
</style>