Shades of Turquoise #3DECBF
Tints of Turquoise #3DECBF
RGB
CMYK
RGB Variations
Color information
#3DECBF (or 0x3DECBF) is known color: Turquoise. HEX triplet: 3D, EC and BF. RGB value is (61,236,191). Sum of RGB (Red+Green+Blue) = 61+236+191=488 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.5% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECBF is #C21340. Grayscale: #B2B2B2. Windows color (decimal): -12718913 or 12577853. OLE color: 12577853.
HSL color Cylindrical-coordinate representation of color #3DECBF: hue angle of 164.57º 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 #3DECBF is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 191 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.07 |
| HSL | 164.57º | 0.82% | 0.58% | - |
| HSV(B) | 164.57º | 0.74% | 0.93% | - |
| XYZ | 41.32 | 64.74 | 59.61 | - |
| YUV | 178.55 | 135.02 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 191 | 0.74 | 0 | 0.19 | 0.07 | 164.57 | 0.82 | 0.58 |
| Hex | 3D | EC | BF | 4A | 0 | 13 | 7 | A5 | 52 | 3A |
| Octal | 75 | 354 | 277 | 112 | 0 | 23 | 7 | 245 | 122 | 72 |
| Binary | 111101 | 11101100 | 10111111 | 1001010 | 0 | 10011 | 111 | 10100101 | 1010010 | 111010 |
Color Harmonies of #3DECBF
Complementary color
Monochromatic Colors of #3DECBF
Black with #3DECBF
Text Example
Text Example
White with #3DECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECBF; }
p { color: rgb(61,236,191); }
H1.HeaderClassName
{
color: #3DECBF;
}
.AnyTagClassName
{
color: #3DECBF;
}
</style>
background-color css
<style>
a { background-color: #3DECBF; }
a { background-color: rgb(61,236,191); }
div.DivClassName
{
background-color: #3DECBF;
}
.BgClassName
{
background-color: #3DECBF;
}
</style>
border-color css
<style>
span { border-color: #3DECBF; }
span { border-color: rgb(61,236,191); }
td.TdClassName
{
border-color: #3DECBF;
}
.TagClassName
{
border-color: #3DECBF;
}
</style>