Shades of Turquoise #3DDBCD
Tints of Turquoise #3DDBCD
RGB
CMYK
RGB Variations
Color information
#3DDBCD (or 0x3DDBCD) is known color: Turquoise. HEX triplet: 3D, DB and CD. RGB value is (61,219,205). Sum of RGB (Red+Green+Blue) = 61+219+205=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDBCD is #C22432. Grayscale: #AAAAAA. Windows color (decimal): -12723251 or 13491005. OLE color: 13491005.
HSL color Cylindrical-coordinate representation of color #3DDBCD: hue angle of 174.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 #3DDBCD is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 205 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.14 |
| HSL | 174.68º | 0.69% | 0.55% | - |
| HSV(B) | 174.68º | 0.72% | 0.86% | - |
| XYZ | 38.28 | 56.06 | 66.56 | - |
| YUV | 170.16 | 147.65 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 205 | 0.72 | 0 | 0.06 | 0.14 | 174.68 | 0.69 | 0.55 |
| Hex | 3D | DB | CD | 48 | 0 | 6 | E | AF | 45 | 37 |
| Octal | 75 | 333 | 315 | 110 | 0 | 6 | 16 | 257 | 105 | 67 |
| Binary | 111101 | 11011011 | 11001101 | 1001000 | 0 | 110 | 1110 | 10101111 | 1000101 | 110111 |
Color Harmonies of #3DDBCD
Complementary color
Monochromatic Colors of #3DDBCD
Black with #3DDBCD
Text Example
Text Example
White with #3DDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBCD; }
p { color: rgb(61,219,205); }
H1.HeaderClassName
{
color: #3DDBCD;
}
.AnyTagClassName
{
color: #3DDBCD;
}
</style>
background-color css
<style>
a { background-color: #3DDBCD; }
a { background-color: rgb(61,219,205); }
div.DivClassName
{
background-color: #3DDBCD;
}
.BgClassName
{
background-color: #3DDBCD;
}
</style>
border-color css
<style>
span { border-color: #3DDBCD; }
span { border-color: rgb(61,219,205); }
td.TdClassName
{
border-color: #3DDBCD;
}
.TagClassName
{
border-color: #3DDBCD;
}
</style>