Shades of Turquoise #3DE2BD
Tints of Turquoise #3DE2BD
RGB
CMYK
RGB Variations
Color information
#3DE2BD (or 0x3DE2BD) is known color: Turquoise. HEX triplet: 3D, E2 and BD. RGB value is (61,226,189). Sum of RGB (Red+Green+Blue) = 61+226+189=476 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.82% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE2BD is #C21D42. Grayscale: #ACACAC. Windows color (decimal): -12721475 or 12444221. OLE color: 12444221.
HSL color Cylindrical-coordinate representation of color #3DE2BD: hue angle of 166.55º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE2BD is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 226 | 189 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.11 |
| HSL | 166.55º | 0.74% | 0.56% | - |
| HSV(B) | 166.55º | 0.73% | 0.89% | - |
| XYZ | 38.31 | 59.06 | 57.52 | - |
| YUV | 172.45 | 137.34 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 226 | 189 | 0.73 | 0 | 0.16 | 0.11 | 166.55 | 0.74 | 0.56 |
| Hex | 3D | E2 | BD | 49 | 0 | 10 | B | A7 | 4A | 38 |
| Octal | 75 | 342 | 275 | 111 | 0 | 20 | 13 | 247 | 112 | 70 |
| Binary | 111101 | 11100010 | 10111101 | 1001001 | 0 | 10000 | 1011 | 10100111 | 1001010 | 111000 |
Color Harmonies of #3DE2BD
Complementary color
Monochromatic Colors of #3DE2BD
Black with #3DE2BD
Text Example
Text Example
White with #3DE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE2BD; }
p { color: rgb(61,226,189); }
H1.HeaderClassName
{
color: #3DE2BD;
}
.AnyTagClassName
{
color: #3DE2BD;
}
</style>
background-color css
<style>
a { background-color: #3DE2BD; }
a { background-color: rgb(61,226,189); }
div.DivClassName
{
background-color: #3DE2BD;
}
.BgClassName
{
background-color: #3DE2BD;
}
</style>
border-color css
<style>
span { border-color: #3DE2BD; }
span { border-color: rgb(61,226,189); }
td.TdClassName
{
border-color: #3DE2BD;
}
.TagClassName
{
border-color: #3DE2BD;
}
</style>