Shades of Turquoise #3DDACA
Tints of Turquoise #3DDACA
RGB
CMYK
RGB Variations
Color information
#3DDACA (or 0x3DDACA) is known color: Turquoise. HEX triplet: 3D, DA and CA. RGB value is (61,218,202). Sum of RGB (Red+Green+Blue) = 61+218+202=481 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.68% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDACA is #C22535. Grayscale: #A9A9A9. Windows color (decimal): -12723510 or 13294141. OLE color: 13294141.
HSL color Cylindrical-coordinate representation of color #3DDACA: hue angle of 173.89º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDACA is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 202 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.15 |
| HSL | 173.89º | 0.68% | 0.55% | - |
| HSV(B) | 173.89º | 0.72% | 0.85% | - |
| XYZ | 37.66 | 55.4 | 64.59 | - |
| YUV | 169.23 | 146.49 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 202 | 0.72 | 0 | 0.07 | 0.15 | 173.89 | 0.68 | 0.55 |
| Hex | 3D | DA | CA | 48 | 0 | 7 | F | AE | 44 | 37 |
| Octal | 75 | 332 | 312 | 110 | 0 | 7 | 17 | 256 | 104 | 67 |
| Binary | 111101 | 11011010 | 11001010 | 1001000 | 0 | 111 | 1111 | 10101110 | 1000100 | 110111 |
Color Harmonies of #3DDACA
Complementary color
Monochromatic Colors of #3DDACA
Black with #3DDACA
Text Example
Text Example
White with #3DDACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDACA; }
p { color: rgb(61,218,202); }
H1.HeaderClassName
{
color: #3DDACA;
}
.AnyTagClassName
{
color: #3DDACA;
}
</style>
background-color css
<style>
a { background-color: #3DDACA; }
a { background-color: rgb(61,218,202); }
div.DivClassName
{
background-color: #3DDACA;
}
.BgClassName
{
background-color: #3DDACA;
}
</style>
border-color css
<style>
span { border-color: #3DDACA; }
span { border-color: rgb(61,218,202); }
td.TdClassName
{
border-color: #3DDACA;
}
.TagClassName
{
border-color: #3DDACA;
}
</style>