Shades of Turquoise #3DE2B5
Tints of Turquoise #3DE2B5
RGB
CMYK
RGB Variations
Color information
#3DE2B5 (or 0x3DE2B5) is known color: Turquoise. HEX triplet: 3D, E2 and B5. RGB value is (61,226,181). Sum of RGB (Red+Green+Blue) = 61+226+181=468 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.03% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE2B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE2B5 is #C21D4A. Grayscale: #ABABAB. Windows color (decimal): -12721483 or 11919933. OLE color: 11919933.
HSL color Cylindrical-coordinate representation of color #3DE2B5: hue angle of 163.64º 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 #3DE2B5 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 226 | 181 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.11 |
| HSL | 163.64º | 0.74% | 0.56% | - |
| HSV(B) | 163.64º | 0.73% | 0.89% | - |
| XYZ | 37.46 | 58.72 | 53.08 | - |
| YUV | 171.54 | 133.34 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 226 | 181 | 0.73 | 0 | 0.20 | 0.11 | 163.64 | 0.74 | 0.56 |
| Hex | 3D | E2 | B5 | 49 | 0 | 14 | B | A4 | 4A | 38 |
| Octal | 75 | 342 | 265 | 111 | 0 | 24 | 13 | 244 | 112 | 70 |
| Binary | 111101 | 11100010 | 10110101 | 1001001 | 0 | 10100 | 1011 | 10100100 | 1001010 | 111000 |
Color Harmonies of #3DE2B5
Complementary color
Monochromatic Colors of #3DE2B5
Black with #3DE2B5
Text Example
Text Example
White with #3DE2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE2B5; }
p { color: rgb(61,226,181); }
H1.HeaderClassName
{
color: #3DE2B5;
}
.AnyTagClassName
{
color: #3DE2B5;
}
</style>
background-color css
<style>
a { background-color: #3DE2B5; }
a { background-color: rgb(61,226,181); }
div.DivClassName
{
background-color: #3DE2B5;
}
.BgClassName
{
background-color: #3DE2B5;
}
</style>
border-color css
<style>
span { border-color: #3DE2B5; }
span { border-color: rgb(61,226,181); }
td.TdClassName
{
border-color: #3DE2B5;
}
.TagClassName
{
border-color: #3DE2B5;
}
</style>