Shades of Turquoise #3DECBA
Tints of Turquoise #3DECBA
RGB
CMYK
RGB Variations
Color information
#3DECBA (or 0x3DECBA) is known color: Turquoise. HEX triplet: 3D, EC and BA. RGB value is (61,236,186). Sum of RGB (Red+Green+Blue) = 61+236+186=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECBA is #C21345. Grayscale: #B2B2B2. Windows color (decimal): -12718918 or 12250173. OLE color: 12250173.
HSL color Cylindrical-coordinate representation of color #3DECBA: hue angle of 162.86º 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 #3DECBA is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 186 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.07 |
| HSL | 162.86º | 0.82% | 0.58% | - |
| HSV(B) | 162.86º | 0.74% | 0.93% | - |
| XYZ | 40.78 | 64.53 | 56.76 | - |
| YUV | 177.98 | 132.52 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 186 | 0.74 | 0 | 0.21 | 0.07 | 162.86 | 0.82 | 0.58 |
| Hex | 3D | EC | BA | 4A | 0 | 15 | 7 | A3 | 52 | 3A |
| Octal | 75 | 354 | 272 | 112 | 0 | 25 | 7 | 243 | 122 | 72 |
| Binary | 111101 | 11101100 | 10111010 | 1001010 | 0 | 10101 | 111 | 10100011 | 1010010 | 111010 |
Color Harmonies of #3DECBA
Complementary color
Monochromatic Colors of #3DECBA
Black with #3DECBA
Text Example
Text Example
White with #3DECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECBA; }
p { color: rgb(61,236,186); }
H1.HeaderClassName
{
color: #3DECBA;
}
.AnyTagClassName
{
color: #3DECBA;
}
</style>
background-color css
<style>
a { background-color: #3DECBA; }
a { background-color: rgb(61,236,186); }
div.DivClassName
{
background-color: #3DECBA;
}
.BgClassName
{
background-color: #3DECBA;
}
</style>
border-color css
<style>
span { border-color: #3DECBA; }
span { border-color: rgb(61,236,186); }
td.TdClassName
{
border-color: #3DECBA;
}
.TagClassName
{
border-color: #3DECBA;
}
</style>