Shades of Turquoise #3DEDB9
Tints of Turquoise #3DEDB9
RGB
CMYK
RGB Variations
Color information
#3DEDB9 (or 0x3DEDB9) is known color: Turquoise. HEX triplet: 3D, ED and B9. RGB value is (61,237,185). Sum of RGB (Red+Green+Blue) = 61+237+185=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDB9 is #C21246. Grayscale: #B2B2B2. Windows color (decimal): -12718663 or 12184893. OLE color: 12184893.
HSL color Cylindrical-coordinate representation of color #3DEDB9: hue angle of 162.27º 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 #3DEDB9 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 185 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.07 |
| HSL | 162.27º | 0.83% | 0.58% | - |
| HSV(B) | 162.27º | 0.74% | 0.93% | - |
| XYZ | 40.97 | 65.06 | 56.3 | - |
| YUV | 178.45 | 131.69 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 185 | 0.74 | 0 | 0.22 | 0.07 | 162.27 | 0.83 | 0.58 |
| Hex | 3D | ED | B9 | 4A | 0 | 16 | 7 | A2 | 53 | 3A |
| Octal | 75 | 355 | 271 | 112 | 0 | 26 | 7 | 242 | 123 | 72 |
| Binary | 111101 | 11101101 | 10111001 | 1001010 | 0 | 10110 | 111 | 10100010 | 1010011 | 111010 |
Color Harmonies of #3DEDB9
Complementary color
Monochromatic Colors of #3DEDB9
Black with #3DEDB9
Text Example
Text Example
White with #3DEDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDB9; }
p { color: rgb(61,237,185); }
H1.HeaderClassName
{
color: #3DEDB9;
}
.AnyTagClassName
{
color: #3DEDB9;
}
</style>
background-color css
<style>
a { background-color: #3DEDB9; }
a { background-color: rgb(61,237,185); }
div.DivClassName
{
background-color: #3DEDB9;
}
.BgClassName
{
background-color: #3DEDB9;
}
</style>
border-color css
<style>
span { border-color: #3DEDB9; }
span { border-color: rgb(61,237,185); }
td.TdClassName
{
border-color: #3DEDB9;
}
.TagClassName
{
border-color: #3DEDB9;
}
</style>