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