Shades of Turquoise #3DDDDE
Tints of Turquoise #3DDDDE
RGB
CMYK
RGB Variations
Color information
#3DDDDE (or 0x3DDDDE) is known color: Turquoise. HEX triplet: 3D, DD and DE. RGB value is (61,221,222). Sum of RGB (Red+Green+Blue) = 61+221+222=504 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.10% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #3DDDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDDE is #C22221. Grayscale: #ADADAD. Windows color (decimal): -12722722 or 14605629. OLE color: 14605629.
HSL color Cylindrical-coordinate representation of color #3DDDDE: hue angle of 180.37º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDDDE is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 222 | - |
| CMYK | 0.73 | 0.00 | 0 | 0.13 |
| HSL | 180.37º | 0.71% | 0.55% | - |
| HSV(B) | 180.37º | 0.73% | 0.87% | - |
| XYZ | 40.97 | 57.98 | 78.14 | - |
| YUV | 173.27 | 155.49 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 222 | 0.73 | 0.00 | 0 | 0.13 | 180.37 | 0.71 | 0.55 |
| Hex | 3D | DD | DE | 49 | 0 | 0 | D | B4 | 47 | 37 |
| Octal | 75 | 335 | 336 | 111 | 0 | 0 | 15 | 264 | 107 | 67 |
| Binary | 111101 | 11011101 | 11011110 | 1001001 | 0 | 0 | 1101 | 10110100 | 1000111 | 110111 |
Color Harmonies of #3DDDDE
Complementary color
Monochromatic Colors of #3DDDDE
Black with #3DDDDE
Text Example
Text Example
White with #3DDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDDE; }
p { color: rgb(61,221,222); }
H1.HeaderClassName
{
color: #3DDDDE;
}
.AnyTagClassName
{
color: #3DDDDE;
}
</style>
background-color css
<style>
a { background-color: #3DDDDE; }
a { background-color: rgb(61,221,222); }
div.DivClassName
{
background-color: #3DDDDE;
}
.BgClassName
{
background-color: #3DDDDE;
}
</style>
border-color css
<style>
span { border-color: #3DDDDE; }
span { border-color: rgb(61,221,222); }
td.TdClassName
{
border-color: #3DDDDE;
}
.TagClassName
{
border-color: #3DDDDE;
}
</style>