Shades of Turquoise #3BEDC0
Tints of Turquoise #3BEDC0
RGB
CMYK
RGB Variations
Color information
#3BEDC0 (or 0x3BEDC0) is known color: Turquoise. HEX triplet: 3B, ED and C0. RGB value is (59,237,192). Sum of RGB (Red+Green+Blue) = 59+237+192=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #3BEDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEDC0 is #C4123F. Grayscale: #B2B2B2. Windows color (decimal): -12849728 or 12643643. OLE color: 12643643.
HSL color Cylindrical-coordinate representation of color #3BEDC0: hue angle of 164.83º degrees, saturation: 0.83, 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 #3BEDC0 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 237 | 192 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.07 |
| HSL | 164.83º | 0.83% | 0.58% | - |
| HSV(B) | 164.83º | 0.75% | 0.93% | - |
| XYZ | 41.6 | 65.3 | 60.28 | - |
| YUV | 178.65 | 135.53 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 237 | 192 | 0.75 | 0 | 0.19 | 0.07 | 164.83 | 0.83 | 0.58 |
| Hex | 3B | ED | C0 | 4B | 0 | 13 | 7 | A5 | 53 | 3A |
| Octal | 73 | 355 | 300 | 113 | 0 | 23 | 7 | 245 | 123 | 72 |
| Binary | 111011 | 11101101 | 11000000 | 1001011 | 0 | 10011 | 111 | 10100101 | 1010011 | 111010 |
Color Harmonies of #3BEDC0
Complementary color
Monochromatic Colors of #3BEDC0
Black with #3BEDC0
Text Example
Text Example
White with #3BEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEDC0; }
p { color: rgb(59,237,192); }
H1.HeaderClassName
{
color: #3BEDC0;
}
.AnyTagClassName
{
color: #3BEDC0;
}
</style>
background-color css
<style>
a { background-color: #3BEDC0; }
a { background-color: rgb(59,237,192); }
div.DivClassName
{
background-color: #3BEDC0;
}
.BgClassName
{
background-color: #3BEDC0;
}
</style>
border-color css
<style>
span { border-color: #3BEDC0; }
span { border-color: rgb(59,237,192); }
td.TdClassName
{
border-color: #3BEDC0;
}
.TagClassName
{
border-color: #3BEDC0;
}
</style>