Shades of Turquoise #3DD5DB
Tints of Turquoise #3DD5DB
RGB
CMYK
RGB Variations
Color information
#3DD5DB (or 0x3DD5DB) is known color: Turquoise. HEX triplet: 3D, D5 and DB. RGB value is (61,213,219). Sum of RGB (Red+Green+Blue) = 61+213+219=493 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.37% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DD5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD5DB is #C22A24. Grayscale: #A8A8A8. Windows color (decimal): -12724773 or 14406973. OLE color: 14406973.
HSL color Cylindrical-coordinate representation of color #3DD5DB: hue angle of 182.28º 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 #3DD5DB is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 213 | 219 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.14 |
| HSL | 182.28º | 0.69% | 0.55% | - |
| HSV(B) | 182.28º | 0.72% | 0.86% | - |
| XYZ | 38.5 | 53.7 | 75.35 | - |
| YUV | 168.24 | 156.64 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 219 | 0.72 | 0.03 | 0 | 0.14 | 182.28 | 0.69 | 0.55 |
| Hex | 3D | D5 | DB | 48 | 3 | 0 | E | B6 | 45 | 37 |
| Octal | 75 | 325 | 333 | 110 | 3 | 0 | 16 | 266 | 105 | 67 |
| Binary | 111101 | 11010101 | 11011011 | 1001000 | 11 | 0 | 1110 | 10110110 | 1000101 | 110111 |
Color Harmonies of #3DD5DB
Complementary color
Monochromatic Colors of #3DD5DB
Black with #3DD5DB
Text Example
Text Example
White with #3DD5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD5DB; }
p { color: rgb(61,213,219); }
H1.HeaderClassName
{
color: #3DD5DB;
}
.AnyTagClassName
{
color: #3DD5DB;
}
</style>
background-color css
<style>
a { background-color: #3DD5DB; }
a { background-color: rgb(61,213,219); }
div.DivClassName
{
background-color: #3DD5DB;
}
.BgClassName
{
background-color: #3DD5DB;
}
</style>
border-color css
<style>
span { border-color: #3DD5DB; }
span { border-color: rgb(61,213,219); }
td.TdClassName
{
border-color: #3DD5DB;
}
.TagClassName
{
border-color: #3DD5DB;
}
</style>