Shades of Turquoise #3DDDDD
Tints of Turquoise #3DDDDD
RGB
CMYK
RGB Variations
Color information
#3DDDDD (or 0x3DDDDD) is known color: Turquoise. HEX triplet: 3D, DD and DD. RGB value is (61,221,221). Sum of RGB (Red+Green+Blue) = 61+221+221=503 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.13% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #3DDDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDDD is #C22222. Grayscale: #ADADAD. Windows color (decimal): -12722723 or 14540093. OLE color: 14540093.
HSL color Cylindrical-coordinate representation of color #3DDDDD: hue angle of 180º 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 #3DDDDD is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 221 | - |
| CMYK | 0.72 | 0 | 0 | 0.13 |
| HSL | 180º | 0.7% | 0.55% | - |
| HSV(B) | 180º | 0.72% | 0.87% | - |
| XYZ | 40.83 | 57.93 | 77.44 | - |
| YUV | 173.16 | 154.99 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 221 | 0.72 | 0 | 0 | 0.13 | 180 | 0.7 | 0.55 |
| Hex | 3D | DD | DD | 48 | 0 | 0 | D | B4 | 46 | 37 |
| Octal | 75 | 335 | 335 | 110 | 0 | 0 | 15 | 264 | 106 | 67 |
| Binary | 111101 | 11011101 | 11011101 | 1001000 | 0 | 0 | 1101 | 10110100 | 1000110 | 110111 |
Color Harmonies of #3DDDDD
Complementary color
Monochromatic Colors of #3DDDDD
Black with #3DDDDD
Text Example
Text Example
White with #3DDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDDD; }
p { color: rgb(61,221,221); }
H1.HeaderClassName
{
color: #3DDDDD;
}
.AnyTagClassName
{
color: #3DDDDD;
}
</style>
background-color css
<style>
a { background-color: #3DDDDD; }
a { background-color: rgb(61,221,221); }
div.DivClassName
{
background-color: #3DDDDD;
}
.BgClassName
{
background-color: #3DDDDD;
}
</style>
border-color css
<style>
span { border-color: #3DDDDD; }
span { border-color: rgb(61,221,221); }
td.TdClassName
{
border-color: #3DDDDD;
}
.TagClassName
{
border-color: #3DDDDD;
}
</style>