Shades of Turquoise #3DECC1
Tints of Turquoise #3DECC1
RGB
CMYK
RGB Variations
Color information
#3DECC1 (or 0x3DECC1) is known color: Turquoise. HEX triplet: 3D, EC and C1. RGB value is (61,236,193). Sum of RGB (Red+Green+Blue) = 61+236+193=490 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.45% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECC1 is #C2133E. Grayscale: #B2B2B2. Windows color (decimal): -12718911 or 12708925. OLE color: 12708925.
HSL color Cylindrical-coordinate representation of color #3DECC1: hue angle of 165.26º 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 #3DECC1 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 193 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.07 |
| HSL | 165.26º | 0.82% | 0.58% | - |
| HSV(B) | 165.26º | 0.74% | 0.93% | - |
| XYZ | 41.55 | 64.83 | 60.78 | - |
| YUV | 178.77 | 136.02 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 193 | 0.74 | 0 | 0.18 | 0.07 | 165.26 | 0.82 | 0.58 |
| Hex | 3D | EC | C1 | 4A | 0 | 12 | 7 | A5 | 52 | 3A |
| Octal | 75 | 354 | 301 | 112 | 0 | 22 | 7 | 245 | 122 | 72 |
| Binary | 111101 | 11101100 | 11000001 | 1001010 | 0 | 10010 | 111 | 10100101 | 1010010 | 111010 |
Color Harmonies of #3DECC1
Complementary color
Monochromatic Colors of #3DECC1
Black with #3DECC1
Text Example
Text Example
White with #3DECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECC1; }
p { color: rgb(61,236,193); }
H1.HeaderClassName
{
color: #3DECC1;
}
.AnyTagClassName
{
color: #3DECC1;
}
</style>
background-color css
<style>
a { background-color: #3DECC1; }
a { background-color: rgb(61,236,193); }
div.DivClassName
{
background-color: #3DECC1;
}
.BgClassName
{
background-color: #3DECC1;
}
</style>
border-color css
<style>
span { border-color: #3DECC1; }
span { border-color: rgb(61,236,193); }
td.TdClassName
{
border-color: #3DECC1;
}
.TagClassName
{
border-color: #3DECC1;
}
</style>