Shades of Turquoise #3DDABC
Tints of Turquoise #3DDABC
RGB
CMYK
RGB Variations
Color information
#3DDABC (or 0x3DDABC) is known color: Turquoise. HEX triplet: 3D, DA and BC. RGB value is (61,218,188). Sum of RGB (Red+Green+Blue) = 61+218+188=467 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.06% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDABC is #C22543. Grayscale: #A7A7A7. Windows color (decimal): -12723524 or 12376637. OLE color: 12376637.
HSL color Cylindrical-coordinate representation of color #3DDABC: hue angle of 168.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDABC is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 188 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.15 |
| HSL | 168.54º | 0.68% | 0.55% | - |
| HSV(B) | 168.54º | 0.72% | 0.85% | - |
| XYZ | 36.07 | 54.77 | 56.25 | - |
| YUV | 167.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 188 | 0.72 | 0 | 0.14 | 0.15 | 168.54 | 0.68 | 0.55 |
| Hex | 3D | DA | BC | 48 | 0 | E | F | A9 | 44 | 37 |
| Octal | 75 | 332 | 274 | 110 | 0 | 16 | 17 | 251 | 104 | 67 |
| Binary | 111101 | 11011010 | 10111100 | 1001000 | 0 | 1110 | 1111 | 10101001 | 1000100 | 110111 |
Color Harmonies of #3DDABC
Complementary color
Monochromatic Colors of #3DDABC
Black with #3DDABC
Text Example
Text Example
White with #3DDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDABC; }
p { color: rgb(61,218,188); }
H1.HeaderClassName
{
color: #3DDABC;
}
.AnyTagClassName
{
color: #3DDABC;
}
</style>
background-color css
<style>
a { background-color: #3DDABC; }
a { background-color: rgb(61,218,188); }
div.DivClassName
{
background-color: #3DDABC;
}
.BgClassName
{
background-color: #3DDABC;
}
</style>
border-color css
<style>
span { border-color: #3DDABC; }
span { border-color: rgb(61,218,188); }
td.TdClassName
{
border-color: #3DDABC;
}
.TagClassName
{
border-color: #3DDABC;
}
</style>