Shades of Turquoise #3DEDBA
Tints of Turquoise #3DEDBA
RGB
CMYK
RGB Variations
Color information
#3DEDBA (or 0x3DEDBA) is known color: Turquoise. HEX triplet: 3D, ED and BA. RGB value is (61,237,186). Sum of RGB (Red+Green+Blue) = 61+237+186=484 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.60% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDBA is #C21245. Grayscale: #B2B2B2. Windows color (decimal): -12718662 or 12250429. OLE color: 12250429.
HSL color Cylindrical-coordinate representation of color #3DEDBA: hue angle of 162.61º 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 #3DEDBA is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 186 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.07 |
| HSL | 162.61º | 0.83% | 0.58% | - |
| HSV(B) | 162.61º | 0.74% | 0.93% | - |
| XYZ | 41.07 | 65.11 | 56.86 | - |
| YUV | 178.56 | 132.19 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 186 | 0.74 | 0 | 0.22 | 0.07 | 162.61 | 0.83 | 0.58 |
| Hex | 3D | ED | BA | 4A | 0 | 16 | 7 | A3 | 53 | 3A |
| Octal | 75 | 355 | 272 | 112 | 0 | 26 | 7 | 243 | 123 | 72 |
| Binary | 111101 | 11101101 | 10111010 | 1001010 | 0 | 10110 | 111 | 10100011 | 1010011 | 111010 |
Color Harmonies of #3DEDBA
Complementary color
Monochromatic Colors of #3DEDBA
Black with #3DEDBA
Text Example
Text Example
White with #3DEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDBA; }
p { color: rgb(61,237,186); }
H1.HeaderClassName
{
color: #3DEDBA;
}
.AnyTagClassName
{
color: #3DEDBA;
}
</style>
background-color css
<style>
a { background-color: #3DEDBA; }
a { background-color: rgb(61,237,186); }
div.DivClassName
{
background-color: #3DEDBA;
}
.BgClassName
{
background-color: #3DEDBA;
}
</style>
border-color css
<style>
span { border-color: #3DEDBA; }
span { border-color: rgb(61,237,186); }
td.TdClassName
{
border-color: #3DEDBA;
}
.TagClassName
{
border-color: #3DEDBA;
}
</style>