Shades of Turquoise #3DDBC7
Tints of Turquoise #3DDBC7
RGB
CMYK
RGB Variations
Color information
#3DDBC7 (or 0x3DDBC7) is known color: Turquoise. HEX triplet: 3D, DB and C7. RGB value is (61,219,199). Sum of RGB (Red+Green+Blue) = 61+219+199=479 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.73% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDBC7 is #C22438. Grayscale: #A9A9A9. Windows color (decimal): -12723257 or 13097789. OLE color: 13097789.
HSL color Cylindrical-coordinate representation of color #3DDBC7: hue angle of 172.41º 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 #3DDBC7 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 199 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.14 |
| HSL | 172.41º | 0.69% | 0.55% | - |
| HSV(B) | 172.41º | 0.72% | 0.86% | - |
| XYZ | 37.56 | 55.78 | 62.82 | - |
| YUV | 169.48 | 144.65 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 199 | 0.72 | 0 | 0.09 | 0.14 | 172.41 | 0.69 | 0.55 |
| Hex | 3D | DB | C7 | 48 | 0 | 9 | E | AC | 45 | 37 |
| Octal | 75 | 333 | 307 | 110 | 0 | 11 | 16 | 254 | 105 | 67 |
| Binary | 111101 | 11011011 | 11000111 | 1001000 | 0 | 1001 | 1110 | 10101100 | 1000101 | 110111 |
Color Harmonies of #3DDBC7
Complementary color
Monochromatic Colors of #3DDBC7
Black with #3DDBC7
Text Example
Text Example
White with #3DDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBC7; }
p { color: rgb(61,219,199); }
H1.HeaderClassName
{
color: #3DDBC7;
}
.AnyTagClassName
{
color: #3DDBC7;
}
</style>
background-color css
<style>
a { background-color: #3DDBC7; }
a { background-color: rgb(61,219,199); }
div.DivClassName
{
background-color: #3DDBC7;
}
.BgClassName
{
background-color: #3DDBC7;
}
</style>
border-color css
<style>
span { border-color: #3DDBC7; }
span { border-color: rgb(61,219,199); }
td.TdClassName
{
border-color: #3DDBC7;
}
.TagClassName
{
border-color: #3DDBC7;
}
</style>