Shades of Turquoise #3BE2CB
Tints of Turquoise #3BE2CB
RGB
CMYK
RGB Variations
Color information
#3BE2CB (or 0x3BE2CB) is known color: Turquoise. HEX triplet: 3B, E2 and CB. RGB value is (59,226,203). Sum of RGB (Red+Green+Blue) = 59+226+203=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #3BE2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE2CB is #C41D34. Grayscale: #ADADAD. Windows color (decimal): -12852533 or 13361723. OLE color: 13361723.
HSL color Cylindrical-coordinate representation of color #3BE2CB: hue angle of 171.74º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE2CB is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 226 | 203 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.11 |
| HSL | 171.74º | 0.74% | 0.56% | - |
| HSV(B) | 171.74º | 0.74% | 0.89% | - |
| XYZ | 39.78 | 59.63 | 65.91 | - |
| YUV | 173.45 | 144.67 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 226 | 203 | 0.74 | 0 | 0.10 | 0.11 | 171.74 | 0.74 | 0.56 |
| Hex | 3B | E2 | CB | 4A | 0 | A | B | AC | 4A | 38 |
| Octal | 73 | 342 | 313 | 112 | 0 | 12 | 13 | 254 | 112 | 70 |
| Binary | 111011 | 11100010 | 11001011 | 1001010 | 0 | 1010 | 1011 | 10101100 | 1001010 | 111000 |
Color Harmonies of #3BE2CB
Complementary color
Monochromatic Colors of #3BE2CB
Black with #3BE2CB
Text Example
Text Example
White with #3BE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE2CB; }
p { color: rgb(59,226,203); }
H1.HeaderClassName
{
color: #3BE2CB;
}
.AnyTagClassName
{
color: #3BE2CB;
}
</style>
background-color css
<style>
a { background-color: #3BE2CB; }
a { background-color: rgb(59,226,203); }
div.DivClassName
{
background-color: #3BE2CB;
}
.BgClassName
{
background-color: #3BE2CB;
}
</style>
border-color css
<style>
span { border-color: #3BE2CB; }
span { border-color: rgb(59,226,203); }
td.TdClassName
{
border-color: #3BE2CB;
}
.TagClassName
{
border-color: #3BE2CB;
}
</style>