Shades of Turquoise #3DDBDD
Tints of Turquoise #3DDBDD
RGB
CMYK
RGB Variations
Color information
#3DDBDD (or 0x3DDBDD) is known color: Turquoise. HEX triplet: 3D, DB and DD. RGB value is (61,219,221). Sum of RGB (Red+Green+Blue) = 61+219+221=501 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.18% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DDBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDBDD is #C22422. Grayscale: #ABABAB. Windows color (decimal): -12723235 or 14539581. OLE color: 14539581.
HSL color Cylindrical-coordinate representation of color #3DDBDD: hue angle of 180.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDBDD is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 219 | 221 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.13 |
| HSL | 180.75º | 0.7% | 0.55% | - |
| HSV(B) | 180.75º | 0.72% | 0.87% | - |
| XYZ | 40.31 | 56.88 | 77.26 | - |
| YUV | 171.99 | 155.65 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 221 | 0.72 | 0.01 | 0 | 0.13 | 180.75 | 0.7 | 0.55 |
| Hex | 3D | DB | DD | 48 | 1 | 0 | D | B5 | 46 | 37 |
| Octal | 75 | 333 | 335 | 110 | 1 | 0 | 15 | 265 | 106 | 67 |
| Binary | 111101 | 11011011 | 11011101 | 1001000 | 1 | 0 | 1101 | 10110101 | 1000110 | 110111 |
Color Harmonies of #3DDBDD
Complementary color
Monochromatic Colors of #3DDBDD
Black with #3DDBDD
Text Example
Text Example
White with #3DDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBDD; }
p { color: rgb(61,219,221); }
H1.HeaderClassName
{
color: #3DDBDD;
}
.AnyTagClassName
{
color: #3DDBDD;
}
</style>
background-color css
<style>
a { background-color: #3DDBDD; }
a { background-color: rgb(61,219,221); }
div.DivClassName
{
background-color: #3DDBDD;
}
.BgClassName
{
background-color: #3DDBDD;
}
</style>
border-color css
<style>
span { border-color: #3DDBDD; }
span { border-color: rgb(61,219,221); }
td.TdClassName
{
border-color: #3DDBDD;
}
.TagClassName
{
border-color: #3DDBDD;
}
</style>