Shades of Turquoise #3DECBE
Tints of Turquoise #3DECBE
RGB
CMYK
RGB Variations
Color information
#3DECBE (or 0x3DECBE) is known color: Turquoise. HEX triplet: 3D, EC and BE. RGB value is (61,236,190). Sum of RGB (Red+Green+Blue) = 61+236+190=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECBE is #C21341. Grayscale: #B2B2B2. Windows color (decimal): -12718914 or 12512317. OLE color: 12512317.
HSL color Cylindrical-coordinate representation of color #3DECBE: hue angle of 164.23º 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 #3DECBE is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 190 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.07 |
| HSL | 164.23º | 0.82% | 0.58% | - |
| HSV(B) | 164.23º | 0.74% | 0.93% | - |
| XYZ | 41.21 | 64.7 | 59.03 | - |
| YUV | 178.43 | 134.52 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 190 | 0.74 | 0 | 0.19 | 0.07 | 164.23 | 0.82 | 0.58 |
| Hex | 3D | EC | BE | 4A | 0 | 13 | 7 | A4 | 52 | 3A |
| Octal | 75 | 354 | 276 | 112 | 0 | 23 | 7 | 244 | 122 | 72 |
| Binary | 111101 | 11101100 | 10111110 | 1001010 | 0 | 10011 | 111 | 10100100 | 1010010 | 111010 |
Color Harmonies of #3DECBE
Complementary color
Monochromatic Colors of #3DECBE
Black with #3DECBE
Text Example
Text Example
White with #3DECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECBE; }
p { color: rgb(61,236,190); }
H1.HeaderClassName
{
color: #3DECBE;
}
.AnyTagClassName
{
color: #3DECBE;
}
</style>
background-color css
<style>
a { background-color: #3DECBE; }
a { background-color: rgb(61,236,190); }
div.DivClassName
{
background-color: #3DECBE;
}
.BgClassName
{
background-color: #3DECBE;
}
</style>
border-color css
<style>
span { border-color: #3DECBE; }
span { border-color: rgb(61,236,190); }
td.TdClassName
{
border-color: #3DECBE;
}
.TagClassName
{
border-color: #3DECBE;
}
</style>