Shades of Turquoise #3DECDB
Tints of Turquoise #3DECDB
RGB
CMYK
RGB Variations
Color information
#3DECDB (or 0x3DECDB) is known color: Turquoise. HEX triplet: 3D, EC and DB. RGB value is (61,236,219). Sum of RGB (Red+Green+Blue) = 61+236+219=516 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.82% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECDB is #C21324. Grayscale: #B5B5B5. Windows color (decimal): -12718885 or 14412861. OLE color: 14412861.
HSL color Cylindrical-coordinate representation of color #3DECDB: hue angle of 174.17º 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 #3DECDB is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 219 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.07 |
| HSL | 174.17º | 0.82% | 0.58% | - |
| HSV(B) | 174.17º | 0.74% | 0.93% | - |
| XYZ | 44.71 | 66.1 | 77.42 | - |
| YUV | 181.74 | 149.02 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 219 | 0.74 | 0 | 0.07 | 0.07 | 174.17 | 0.82 | 0.58 |
| Hex | 3D | EC | DB | 4A | 0 | 7 | 7 | AE | 52 | 3A |
| Octal | 75 | 354 | 333 | 112 | 0 | 7 | 7 | 256 | 122 | 72 |
| Binary | 111101 | 11101100 | 11011011 | 1001010 | 0 | 111 | 111 | 10101110 | 1010010 | 111010 |
Color Harmonies of #3DECDB
Complementary color
Monochromatic Colors of #3DECDB
Black with #3DECDB
Text Example
Text Example
White with #3DECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECDB; }
p { color: rgb(61,236,219); }
H1.HeaderClassName
{
color: #3DECDB;
}
.AnyTagClassName
{
color: #3DECDB;
}
</style>
background-color css
<style>
a { background-color: #3DECDB; }
a { background-color: rgb(61,236,219); }
div.DivClassName
{
background-color: #3DECDB;
}
.BgClassName
{
background-color: #3DECDB;
}
</style>
border-color css
<style>
span { border-color: #3DECDB; }
span { border-color: rgb(61,236,219); }
td.TdClassName
{
border-color: #3DECDB;
}
.TagClassName
{
border-color: #3DECDB;
}
</style>