Shades of Turquoise #3DDEDA
Tints of Turquoise #3DDEDA
RGB
CMYK
RGB Variations
Color information
#3DDEDA (or 0x3DDEDA) is known color: Turquoise. HEX triplet: 3D, DE and DA. RGB value is (61,222,218). Sum of RGB (Red+Green+Blue) = 61+222+218=501 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.18% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDEDA is #C22125. Grayscale: #ADADAD. Windows color (decimal): -12722470 or 14343741. OLE color: 14343741.
HSL color Cylindrical-coordinate representation of color #3DDEDA: hue angle of 178.51º 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 #3DDEDA is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 222 | 218 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.13 |
| HSL | 178.51º | 0.71% | 0.55% | - |
| HSV(B) | 178.51º | 0.73% | 0.87% | - |
| XYZ | 40.7 | 58.3 | 75.44 | - |
| YUV | 173.41 | 153.16 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 218 | 0.73 | 0 | 0.02 | 0.13 | 178.51 | 0.71 | 0.55 |
| Hex | 3D | DE | DA | 49 | 0 | 2 | D | B3 | 47 | 37 |
| Octal | 75 | 336 | 332 | 111 | 0 | 2 | 15 | 263 | 107 | 67 |
| Binary | 111101 | 11011110 | 11011010 | 1001001 | 0 | 10 | 1101 | 10110011 | 1000111 | 110111 |
Color Harmonies of #3DDEDA
Complementary color
Monochromatic Colors of #3DDEDA
Black with #3DDEDA
Text Example
Text Example
White with #3DDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDEDA; }
p { color: rgb(61,222,218); }
H1.HeaderClassName
{
color: #3DDEDA;
}
.AnyTagClassName
{
color: #3DDEDA;
}
</style>
background-color css
<style>
a { background-color: #3DDEDA; }
a { background-color: rgb(61,222,218); }
div.DivClassName
{
background-color: #3DDEDA;
}
.BgClassName
{
background-color: #3DDEDA;
}
</style>
border-color css
<style>
span { border-color: #3DDEDA; }
span { border-color: rgb(61,222,218); }
td.TdClassName
{
border-color: #3DDEDA;
}
.TagClassName
{
border-color: #3DDEDA;
}
</style>