Shades of Turquoise #3BECC9
Tints of Turquoise #3BECC9
RGB
CMYK
RGB Variations
Color information
#3BECC9 (or 0x3BECC9) is known color: Turquoise. HEX triplet: 3B, EC and C9. RGB value is (59,236,201). Sum of RGB (Red+Green+Blue) = 59+236+201=496 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.90% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECC9 is #C41336. Grayscale: #B3B3B3. Windows color (decimal): -12849975 or 13233211. OLE color: 13233211.
HSL color Cylindrical-coordinate representation of color #3BECC9: hue angle of 168.14º 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 #3BECC9 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 201 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.07 |
| HSL | 168.14º | 0.82% | 0.58% | - |
| HSV(B) | 168.14º | 0.75% | 0.93% | - |
| XYZ | 42.34 | 65.14 | 65.6 | - |
| YUV | 179.09 | 140.36 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 201 | 0.75 | 0 | 0.15 | 0.07 | 168.14 | 0.82 | 0.58 |
| Hex | 3B | EC | C9 | 4B | 0 | F | 7 | A8 | 52 | 3A |
| Octal | 73 | 354 | 311 | 113 | 0 | 17 | 7 | 250 | 122 | 72 |
| Binary | 111011 | 11101100 | 11001001 | 1001011 | 0 | 1111 | 111 | 10101000 | 1010010 | 111010 |
Color Harmonies of #3BECC9
Complementary color
Monochromatic Colors of #3BECC9
Black with #3BECC9
Text Example
Text Example
White with #3BECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BECC9; }
p { color: rgb(59,236,201); }
H1.HeaderClassName
{
color: #3BECC9;
}
.AnyTagClassName
{
color: #3BECC9;
}
</style>
background-color css
<style>
a { background-color: #3BECC9; }
a { background-color: rgb(59,236,201); }
div.DivClassName
{
background-color: #3BECC9;
}
.BgClassName
{
background-color: #3BECC9;
}
</style>
border-color css
<style>
span { border-color: #3BECC9; }
span { border-color: rgb(59,236,201); }
td.TdClassName
{
border-color: #3BECC9;
}
.TagClassName
{
border-color: #3BECC9;
}
</style>