Shades of Turquoise #3DECB6
Tints of Turquoise #3DECB6
RGB
CMYK
RGB Variations
Color information
#3DECB6 (or 0x3DECB6) is known color: Turquoise. HEX triplet: 3D, EC and B6. RGB value is (61,236,182). Sum of RGB (Red+Green+Blue) = 61+236+182=479 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.73% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECB6 is #C21349. Grayscale: #B1B1B1. Windows color (decimal): -12718922 or 11988029. OLE color: 11988029.
HSL color Cylindrical-coordinate representation of color #3DECB6: hue angle of 161.49º 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 #3DECB6 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 182 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.07 |
| HSL | 161.49º | 0.82% | 0.58% | - |
| HSV(B) | 161.49º | 0.74% | 0.93% | - |
| XYZ | 40.36 | 64.36 | 54.55 | - |
| YUV | 177.52 | 130.52 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 182 | 0.74 | 0 | 0.23 | 0.07 | 161.49 | 0.82 | 0.58 |
| Hex | 3D | EC | B6 | 4A | 0 | 17 | 7 | A1 | 52 | 3A |
| Octal | 75 | 354 | 266 | 112 | 0 | 27 | 7 | 241 | 122 | 72 |
| Binary | 111101 | 11101100 | 10110110 | 1001010 | 0 | 10111 | 111 | 10100001 | 1010010 | 111010 |
Color Harmonies of #3DECB6
Complementary color
Monochromatic Colors of #3DECB6
Black with #3DECB6
Text Example
Text Example
White with #3DECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECB6; }
p { color: rgb(61,236,182); }
H1.HeaderClassName
{
color: #3DECB6;
}
.AnyTagClassName
{
color: #3DECB6;
}
</style>
background-color css
<style>
a { background-color: #3DECB6; }
a { background-color: rgb(61,236,182); }
div.DivClassName
{
background-color: #3DECB6;
}
.BgClassName
{
background-color: #3DECB6;
}
</style>
border-color css
<style>
span { border-color: #3DECB6; }
span { border-color: rgb(61,236,182); }
td.TdClassName
{
border-color: #3DECB6;
}
.TagClassName
{
border-color: #3DECB6;
}
</style>