Shades of Turquoise #3DECBD
Tints of Turquoise #3DECBD
RGB
CMYK
RGB Variations
Color information
#3DECBD (or 0x3DECBD) is known color: Turquoise. HEX triplet: 3D, EC and BD. RGB value is (61,236,189). Sum of RGB (Red+Green+Blue) = 61+236+189=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECBD is #C21342. Grayscale: #B2B2B2. Windows color (decimal): -12718915 or 12446781. OLE color: 12446781.
HSL color Cylindrical-coordinate representation of color #3DECBD: hue angle of 163.89º 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 #3DECBD is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 189 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.07 |
| HSL | 163.89º | 0.82% | 0.58% | - |
| HSV(B) | 163.89º | 0.74% | 0.93% | - |
| XYZ | 41.11 | 64.66 | 58.46 | - |
| YUV | 178.32 | 134.02 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 189 | 0.74 | 0 | 0.20 | 0.07 | 163.89 | 0.82 | 0.58 |
| Hex | 3D | EC | BD | 4A | 0 | 14 | 7 | A4 | 52 | 3A |
| Octal | 75 | 354 | 275 | 112 | 0 | 24 | 7 | 244 | 122 | 72 |
| Binary | 111101 | 11101100 | 10111101 | 1001010 | 0 | 10100 | 111 | 10100100 | 1010010 | 111010 |
Color Harmonies of #3DECBD
Complementary color
Monochromatic Colors of #3DECBD
Black with #3DECBD
Text Example
Text Example
White with #3DECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECBD; }
p { color: rgb(61,236,189); }
H1.HeaderClassName
{
color: #3DECBD;
}
.AnyTagClassName
{
color: #3DECBD;
}
</style>
background-color css
<style>
a { background-color: #3DECBD; }
a { background-color: rgb(61,236,189); }
div.DivClassName
{
background-color: #3DECBD;
}
.BgClassName
{
background-color: #3DECBD;
}
</style>
border-color css
<style>
span { border-color: #3DECBD; }
span { border-color: rgb(61,236,189); }
td.TdClassName
{
border-color: #3DECBD;
}
.TagClassName
{
border-color: #3DECBD;
}
</style>