Shades of Turquoise #3DECB5
Tints of Turquoise #3DECB5
RGB
CMYK
RGB Variations
Color information
#3DECB5 (or 0x3DECB5) is known color: Turquoise. HEX triplet: 3D, EC and B5. RGB value is (61,236,181). Sum of RGB (Red+Green+Blue) = 61+236+181=478 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.76% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECB5 is #C2134A. Grayscale: #B1B1B1. Windows color (decimal): -12718923 or 11922493. OLE color: 11922493.
HSL color Cylindrical-coordinate representation of color #3DECB5: hue angle of 161.14º 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 #3DECB5 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 181 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.07 |
| HSL | 161.14º | 0.82% | 0.58% | - |
| HSV(B) | 161.14º | 0.74% | 0.93% | - |
| XYZ | 40.26 | 64.32 | 54.01 | - |
| YUV | 177.41 | 130.02 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 181 | 0.74 | 0 | 0.23 | 0.07 | 161.14 | 0.82 | 0.58 |
| Hex | 3D | EC | B5 | 4A | 0 | 17 | 7 | A1 | 52 | 3A |
| Octal | 75 | 354 | 265 | 112 | 0 | 27 | 7 | 241 | 122 | 72 |
| Binary | 111101 | 11101100 | 10110101 | 1001010 | 0 | 10111 | 111 | 10100001 | 1010010 | 111010 |
Color Harmonies of #3DECB5
Complementary color
Monochromatic Colors of #3DECB5
Black with #3DECB5
Text Example
Text Example
White with #3DECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECB5; }
p { color: rgb(61,236,181); }
H1.HeaderClassName
{
color: #3DECB5;
}
.AnyTagClassName
{
color: #3DECB5;
}
</style>
background-color css
<style>
a { background-color: #3DECB5; }
a { background-color: rgb(61,236,181); }
div.DivClassName
{
background-color: #3DECB5;
}
.BgClassName
{
background-color: #3DECB5;
}
</style>
border-color css
<style>
span { border-color: #3DECB5; }
span { border-color: rgb(61,236,181); }
td.TdClassName
{
border-color: #3DECB5;
}
.TagClassName
{
border-color: #3DECB5;
}
</style>