Shades of Turquoise #3BECD5
Tints of Turquoise #3BECD5
RGB
CMYK
RGB Variations
Color information
#3BECD5 (or 0x3BECD5) is known color: Turquoise. HEX triplet: 3B, EC and D5. RGB value is (59,236,213). Sum of RGB (Red+Green+Blue) = 59+236+213=508 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.61% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECD5 is #C4132A. Grayscale: #B4B4B4. Windows color (decimal): -12849963 or 14019643. OLE color: 14019643.
HSL color Cylindrical-coordinate representation of color #3BECD5: hue angle of 172.2º 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 #3BECD5 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 213 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.07 |
| HSL | 172.2º | 0.82% | 0.58% | - |
| HSV(B) | 172.2º | 0.75% | 0.93% | - |
| XYZ | 43.81 | 65.72 | 73.33 | - |
| YUV | 180.46 | 146.36 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 213 | 0.75 | 0 | 0.10 | 0.07 | 172.2 | 0.82 | 0.58 |
| Hex | 3B | EC | D5 | 4B | 0 | A | 7 | AC | 52 | 3A |
| Octal | 73 | 354 | 325 | 113 | 0 | 12 | 7 | 254 | 122 | 72 |
| Binary | 111011 | 11101100 | 11010101 | 1001011 | 0 | 1010 | 111 | 10101100 | 1010010 | 111010 |
Color Harmonies of #3BECD5
Complementary color
Monochromatic Colors of #3BECD5
Black with #3BECD5
Text Example
Text Example
White with #3BECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BECD5; }
p { color: rgb(59,236,213); }
H1.HeaderClassName
{
color: #3BECD5;
}
.AnyTagClassName
{
color: #3BECD5;
}
</style>
background-color css
<style>
a { background-color: #3BECD5; }
a { background-color: rgb(59,236,213); }
div.DivClassName
{
background-color: #3BECD5;
}
.BgClassName
{
background-color: #3BECD5;
}
</style>
border-color css
<style>
span { border-color: #3BECD5; }
span { border-color: rgb(59,236,213); }
td.TdClassName
{
border-color: #3BECD5;
}
.TagClassName
{
border-color: #3BECD5;
}
</style>