Shades of Turquoise #3DDBD0
Tints of Turquoise #3DDBD0
RGB
CMYK
RGB Variations
Color information
#3DDBD0 (or 0x3DDBD0) is known color: Turquoise. HEX triplet: 3D, DB and D0. RGB value is (61,219,208). Sum of RGB (Red+Green+Blue) = 61+219+208=488 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.5% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDBD0 is #C2242F. Grayscale: #AAAAAA. Windows color (decimal): -12723248 or 13687613. OLE color: 13687613.
HSL color Cylindrical-coordinate representation of color #3DDBD0: hue angle of 175.82º 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 #3DDBD0 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 208 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.14 |
| HSL | 175.82º | 0.69% | 0.55% | - |
| HSV(B) | 175.82º | 0.72% | 0.86% | - |
| XYZ | 38.64 | 56.21 | 68.49 | - |
| YUV | 170.5 | 149.15 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 208 | 0.72 | 0 | 0.05 | 0.14 | 175.82 | 0.69 | 0.55 |
| Hex | 3D | DB | D0 | 48 | 0 | 5 | E | B0 | 45 | 37 |
| Octal | 75 | 333 | 320 | 110 | 0 | 5 | 16 | 260 | 105 | 67 |
| Binary | 111101 | 11011011 | 11010000 | 1001000 | 0 | 101 | 1110 | 10110000 | 1000101 | 110111 |
Color Harmonies of #3DDBD0
Complementary color
Monochromatic Colors of #3DDBD0
Black with #3DDBD0
Text Example
Text Example
White with #3DDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBD0; }
p { color: rgb(61,219,208); }
H1.HeaderClassName
{
color: #3DDBD0;
}
.AnyTagClassName
{
color: #3DDBD0;
}
</style>
background-color css
<style>
a { background-color: #3DDBD0; }
a { background-color: rgb(61,219,208); }
div.DivClassName
{
background-color: #3DDBD0;
}
.BgClassName
{
background-color: #3DDBD0;
}
</style>
border-color css
<style>
span { border-color: #3DDBD0; }
span { border-color: rgb(61,219,208); }
td.TdClassName
{
border-color: #3DDBD0;
}
.TagClassName
{
border-color: #3DDBD0;
}
</style>