Shades of Turquoise #3DE5CE
Tints of Turquoise #3DE5CE
RGB
CMYK
RGB Variations
Color information
#3DE5CE (or 0x3DE5CE) is known color: Turquoise. HEX triplet: 3D, E5 and CE. RGB value is (61,229,206). Sum of RGB (Red+Green+Blue) = 61+229+206=496 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.30% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE5CE is #C21A31. Grayscale: #B0B0B0. Windows color (decimal): -12720690 or 13559101. OLE color: 13559101.
HSL color Cylindrical-coordinate representation of color #3DE5CE: hue angle of 171.79º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE5CE is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 229 | 206 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.10 |
| HSL | 171.79º | 0.76% | 0.57% | - |
| HSV(B) | 171.79º | 0.73% | 0.9% | - |
| XYZ | 41.08 | 61.49 | 68.1 | - |
| YUV | 176.15 | 144.84 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 229 | 206 | 0.73 | 0 | 0.10 | 0.10 | 171.79 | 0.76 | 0.57 |
| Hex | 3D | E5 | CE | 49 | 0 | A | A | AC | 4C | 39 |
| Octal | 75 | 345 | 316 | 111 | 0 | 12 | 12 | 254 | 114 | 71 |
| Binary | 111101 | 11100101 | 11001110 | 1001001 | 0 | 1010 | 1010 | 10101100 | 1001100 | 111001 |
Color Harmonies of #3DE5CE
Complementary color
Monochromatic Colors of #3DE5CE
Black with #3DE5CE
Text Example
Text Example
White with #3DE5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE5CE; }
p { color: rgb(61,229,206); }
H1.HeaderClassName
{
color: #3DE5CE;
}
.AnyTagClassName
{
color: #3DE5CE;
}
</style>
background-color css
<style>
a { background-color: #3DE5CE; }
a { background-color: rgb(61,229,206); }
div.DivClassName
{
background-color: #3DE5CE;
}
.BgClassName
{
background-color: #3DE5CE;
}
</style>
border-color css
<style>
span { border-color: #3DE5CE; }
span { border-color: rgb(61,229,206); }
td.TdClassName
{
border-color: #3DE5CE;
}
.TagClassName
{
border-color: #3DE5CE;
}
</style>