Shades of Turquoise #3DEDD9
Tints of Turquoise #3DEDD9
RGB
CMYK
RGB Variations
Color information
#3DEDD9 (or 0x3DEDD9) is known color: Turquoise. HEX triplet: 3D, ED and D9. RGB value is (61,237,217). Sum of RGB (Red+Green+Blue) = 61+237+217=515 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.84% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDD9 is #C21226. Grayscale: #B6B6B6. Windows color (decimal): -12718631 or 14282045. OLE color: 14282045.
HSL color Cylindrical-coordinate representation of color #3DEDD9: hue angle of 173.18º degrees, saturation: 0.83, 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 #3DEDD9 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 217 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.07 |
| HSL | 173.18º | 0.83% | 0.58% | - |
| HSV(B) | 173.18º | 0.74% | 0.93% | - |
| XYZ | 44.73 | 66.57 | 76.14 | - |
| YUV | 182.1 | 147.69 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 217 | 0.74 | 0 | 0.08 | 0.07 | 173.18 | 0.83 | 0.58 |
| Hex | 3D | ED | D9 | 4A | 0 | 8 | 7 | AD | 53 | 3A |
| Octal | 75 | 355 | 331 | 112 | 0 | 10 | 7 | 255 | 123 | 72 |
| Binary | 111101 | 11101101 | 11011001 | 1001010 | 0 | 1000 | 111 | 10101101 | 1010011 | 111010 |
Color Harmonies of #3DEDD9
Complementary color
Monochromatic Colors of #3DEDD9
Black with #3DEDD9
Text Example
Text Example
White with #3DEDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDD9; }
p { color: rgb(61,237,217); }
H1.HeaderClassName
{
color: #3DEDD9;
}
.AnyTagClassName
{
color: #3DEDD9;
}
</style>
background-color css
<style>
a { background-color: #3DEDD9; }
a { background-color: rgb(61,237,217); }
div.DivClassName
{
background-color: #3DEDD9;
}
.BgClassName
{
background-color: #3DEDD9;
}
</style>
border-color css
<style>
span { border-color: #3DEDD9; }
span { border-color: rgb(61,237,217); }
td.TdClassName
{
border-color: #3DEDD9;
}
.TagClassName
{
border-color: #3DEDD9;
}
</style>