Shades of Turquoise #3BDECB
Tints of Turquoise #3BDECB
RGB
CMYK
RGB Variations
Color information
#3BDECB (or 0x3BDECB) is known color: Turquoise. HEX triplet: 3B, DE and CB. RGB value is (59,222,203). Sum of RGB (Red+Green+Blue) = 59+222+203=484 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.19% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDECB is #C42134. Grayscale: #ABABAB. Windows color (decimal): -12853557 or 13360699. OLE color: 13360699.
HSL color Cylindrical-coordinate representation of color #3BDECB: hue angle of 173.01º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDECB is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 222 | 203 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.13 |
| HSL | 173.01º | 0.71% | 0.55% | - |
| HSV(B) | 173.01º | 0.73% | 0.87% | - |
| XYZ | 38.7 | 57.48 | 65.56 | - |
| YUV | 171.1 | 146 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 222 | 203 | 0.73 | 0 | 0.09 | 0.13 | 173.01 | 0.71 | 0.55 |
| Hex | 3B | DE | CB | 49 | 0 | 9 | D | AD | 47 | 37 |
| Octal | 73 | 336 | 313 | 111 | 0 | 11 | 15 | 255 | 107 | 67 |
| Binary | 111011 | 11011110 | 11001011 | 1001001 | 0 | 1001 | 1101 | 10101101 | 1000111 | 110111 |
Color Harmonies of #3BDECB
Complementary color
Monochromatic Colors of #3BDECB
Black with #3BDECB
Text Example
Text Example
White with #3BDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDECB; }
p { color: rgb(59,222,203); }
H1.HeaderClassName
{
color: #3BDECB;
}
.AnyTagClassName
{
color: #3BDECB;
}
</style>
background-color css
<style>
a { background-color: #3BDECB; }
a { background-color: rgb(59,222,203); }
div.DivClassName
{
background-color: #3BDECB;
}
.BgClassName
{
background-color: #3BDECB;
}
</style>
border-color css
<style>
span { border-color: #3BDECB; }
span { border-color: rgb(59,222,203); }
td.TdClassName
{
border-color: #3BDECB;
}
.TagClassName
{
border-color: #3BDECB;
}
</style>