Shades of Turquoise #3DDBBC
Tints of Turquoise #3DDBBC
RGB
CMYK
RGB Variations
Color information
#3DDBBC (or 0x3DDBBC) is known color: Turquoise. HEX triplet: 3D, DB and BC. RGB value is (61,219,188). Sum of RGB (Red+Green+Blue) = 61+219+188=468 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.03% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDBBC is #C22443. Grayscale: #A8A8A8. Windows color (decimal): -12723268 or 12376893. OLE color: 12376893.
HSL color Cylindrical-coordinate representation of color #3DDBBC: hue angle of 168.23º 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 #3DDBBC is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 188 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.14 |
| HSL | 168.23º | 0.69% | 0.55% | - |
| HSV(B) | 168.23º | 0.72% | 0.86% | - |
| XYZ | 36.33 | 55.29 | 56.33 | - |
| YUV | 168.22 | 139.15 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 188 | 0.72 | 0 | 0.14 | 0.14 | 168.23 | 0.69 | 0.55 |
| Hex | 3D | DB | BC | 48 | 0 | E | E | A8 | 45 | 37 |
| Octal | 75 | 333 | 274 | 110 | 0 | 16 | 16 | 250 | 105 | 67 |
| Binary | 111101 | 11011011 | 10111100 | 1001000 | 0 | 1110 | 1110 | 10101000 | 1000101 | 110111 |
Color Harmonies of #3DDBBC
Complementary color
Monochromatic Colors of #3DDBBC
Black with #3DDBBC
Text Example
Text Example
White with #3DDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBBC; }
p { color: rgb(61,219,188); }
H1.HeaderClassName
{
color: #3DDBBC;
}
.AnyTagClassName
{
color: #3DDBBC;
}
</style>
background-color css
<style>
a { background-color: #3DDBBC; }
a { background-color: rgb(61,219,188); }
div.DivClassName
{
background-color: #3DDBBC;
}
.BgClassName
{
background-color: #3DDBBC;
}
</style>
border-color css
<style>
span { border-color: #3DDBBC; }
span { border-color: rgb(61,219,188); }
td.TdClassName
{
border-color: #3DDBBC;
}
.TagClassName
{
border-color: #3DDBBC;
}
</style>