Shades of Turquoise #3DECB9
Tints of Turquoise #3DECB9
RGB
CMYK
RGB Variations
Color information
#3DECB9 (or 0x3DECB9) is known color: Turquoise. HEX triplet: 3D, EC and B9. RGB value is (61,236,185). Sum of RGB (Red+Green+Blue) = 61+236+185=482 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.66% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECB9 is #C21346. Grayscale: #B1B1B1. Windows color (decimal): -12718919 or 12184637. OLE color: 12184637.
HSL color Cylindrical-coordinate representation of color #3DECB9: hue angle of 162.51º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DECB9 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 185 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.07 |
| HSL | 162.51º | 0.82% | 0.58% | - |
| HSV(B) | 162.51º | 0.74% | 0.93% | - |
| XYZ | 40.68 | 64.49 | 56.2 | - |
| YUV | 177.86 | 132.02 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 185 | 0.74 | 0 | 0.22 | 0.07 | 162.51 | 0.82 | 0.58 |
| Hex | 3D | EC | B9 | 4A | 0 | 16 | 7 | A3 | 52 | 3A |
| Octal | 75 | 354 | 271 | 112 | 0 | 26 | 7 | 243 | 122 | 72 |
| Binary | 111101 | 11101100 | 10111001 | 1001010 | 0 | 10110 | 111 | 10100011 | 1010010 | 111010 |
Color Harmonies of #3DECB9
Complementary color
Monochromatic Colors of #3DECB9
Black with #3DECB9
Text Example
Text Example
White with #3DECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECB9; }
p { color: rgb(61,236,185); }
H1.HeaderClassName
{
color: #3DECB9;
}
.AnyTagClassName
{
color: #3DECB9;
}
</style>
background-color css
<style>
a { background-color: #3DECB9; }
a { background-color: rgb(61,236,185); }
div.DivClassName
{
background-color: #3DECB9;
}
.BgClassName
{
background-color: #3DECB9;
}
</style>
border-color css
<style>
span { border-color: #3DECB9; }
span { border-color: rgb(61,236,185); }
td.TdClassName
{
border-color: #3DECB9;
}
.TagClassName
{
border-color: #3DECB9;
}
</style>