Shades of Turquoise #3DDCBE
Tints of Turquoise #3DDCBE
RGB
CMYK
RGB Variations
Color information
#3DDCBE (or 0x3DDCBE) is known color: Turquoise. HEX triplet: 3D, DC and BE. RGB value is (61,220,190). Sum of RGB (Red+Green+Blue) = 61+220+190=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCBE is #C22341. Grayscale: #A9A9A9. Windows color (decimal): -12723010 or 12508221. OLE color: 12508221.
HSL color Cylindrical-coordinate representation of color #3DDCBE: hue angle of 168.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDCBE is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 190 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.14 |
| HSL | 168.68º | 0.69% | 0.55% | - |
| HSV(B) | 168.68º | 0.72% | 0.86% | - |
| XYZ | 36.81 | 55.9 | 57.56 | - |
| YUV | 169.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 190 | 0.72 | 0 | 0.14 | 0.14 | 168.68 | 0.69 | 0.55 |
| Hex | 3D | DC | BE | 48 | 0 | E | E | A9 | 45 | 37 |
| Octal | 75 | 334 | 276 | 110 | 0 | 16 | 16 | 251 | 105 | 67 |
| Binary | 111101 | 11011100 | 10111110 | 1001000 | 0 | 1110 | 1110 | 10101001 | 1000101 | 110111 |
Color Harmonies of #3DDCBE
Complementary color
Monochromatic Colors of #3DDCBE
Black with #3DDCBE
Text Example
Text Example
White with #3DDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDCBE; }
p { color: rgb(61,220,190); }
H1.HeaderClassName
{
color: #3DDCBE;
}
.AnyTagClassName
{
color: #3DDCBE;
}
</style>
background-color css
<style>
a { background-color: #3DDCBE; }
a { background-color: rgb(61,220,190); }
div.DivClassName
{
background-color: #3DDCBE;
}
.BgClassName
{
background-color: #3DDCBE;
}
</style>
border-color css
<style>
span { border-color: #3DDCBE; }
span { border-color: rgb(61,220,190); }
td.TdClassName
{
border-color: #3DDCBE;
}
.TagClassName
{
border-color: #3DDCBE;
}
</style>