Shades of Turquoise #3DECD4
Tints of Turquoise #3DECD4
RGB
CMYK
RGB Variations
Color information
#3DECD4 (or 0x3DECD4) is known color: Turquoise. HEX triplet: 3D, EC and D4. RGB value is (61,236,212). Sum of RGB (Red+Green+Blue) = 61+236+212=509 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.98% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECD4 is #C2132B. Grayscale: #B4B4B4. Windows color (decimal): -12718892 or 13954109. OLE color: 13954109.
HSL color Cylindrical-coordinate representation of color #3DECD4: hue angle of 171.77º 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 #3DECD4 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 212 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.07 |
| HSL | 171.77º | 0.82% | 0.58% | - |
| HSV(B) | 171.77º | 0.74% | 0.93% | - |
| XYZ | 43.8 | 65.74 | 72.67 | - |
| YUV | 180.94 | 145.52 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 212 | 0.74 | 0 | 0.10 | 0.07 | 171.77 | 0.82 | 0.58 |
| Hex | 3D | EC | D4 | 4A | 0 | A | 7 | AC | 52 | 3A |
| Octal | 75 | 354 | 324 | 112 | 0 | 12 | 7 | 254 | 122 | 72 |
| Binary | 111101 | 11101100 | 11010100 | 1001010 | 0 | 1010 | 111 | 10101100 | 1010010 | 111010 |
Color Harmonies of #3DECD4
Complementary color
Monochromatic Colors of #3DECD4
Black with #3DECD4
Text Example
Text Example
White with #3DECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECD4; }
p { color: rgb(61,236,212); }
H1.HeaderClassName
{
color: #3DECD4;
}
.AnyTagClassName
{
color: #3DECD4;
}
</style>
background-color css
<style>
a { background-color: #3DECD4; }
a { background-color: rgb(61,236,212); }
div.DivClassName
{
background-color: #3DECD4;
}
.BgClassName
{
background-color: #3DECD4;
}
</style>
border-color css
<style>
span { border-color: #3DECD4; }
span { border-color: rgb(61,236,212); }
td.TdClassName
{
border-color: #3DECD4;
}
.TagClassName
{
border-color: #3DECD4;
}
</style>