Shades of Turquoise #3DEDBC
Tints of Turquoise #3DEDBC
RGB
CMYK
RGB Variations
Color information
#3DEDBC (or 0x3DEDBC) is known color: Turquoise. HEX triplet: 3D, ED and BC. RGB value is (61,237,188). Sum of RGB (Red+Green+Blue) = 61+237+188=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDBC is #C21243. Grayscale: #B2B2B2. Windows color (decimal): -12718660 or 12381501. OLE color: 12381501.
HSL color Cylindrical-coordinate representation of color #3DEDBC: hue angle of 163.3º 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 #3DEDBC is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 188 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.07 |
| HSL | 163.3º | 0.83% | 0.58% | - |
| HSV(B) | 163.3º | 0.74% | 0.93% | - |
| XYZ | 41.29 | 65.19 | 57.98 | - |
| YUV | 178.79 | 133.19 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 188 | 0.74 | 0 | 0.21 | 0.07 | 163.3 | 0.83 | 0.58 |
| Hex | 3D | ED | BC | 4A | 0 | 15 | 7 | A3 | 53 | 3A |
| Octal | 75 | 355 | 274 | 112 | 0 | 25 | 7 | 243 | 123 | 72 |
| Binary | 111101 | 11101101 | 10111100 | 1001010 | 0 | 10101 | 111 | 10100011 | 1010011 | 111010 |
Color Harmonies of #3DEDBC
Complementary color
Monochromatic Colors of #3DEDBC
Black with #3DEDBC
Text Example
Text Example
White with #3DEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDBC; }
p { color: rgb(61,237,188); }
H1.HeaderClassName
{
color: #3DEDBC;
}
.AnyTagClassName
{
color: #3DEDBC;
}
</style>
background-color css
<style>
a { background-color: #3DEDBC; }
a { background-color: rgb(61,237,188); }
div.DivClassName
{
background-color: #3DEDBC;
}
.BgClassName
{
background-color: #3DEDBC;
}
</style>
border-color css
<style>
span { border-color: #3DEDBC; }
span { border-color: rgb(61,237,188); }
td.TdClassName
{
border-color: #3DEDBC;
}
.TagClassName
{
border-color: #3DEDBC;
}
</style>