Shades of Turquoise #3DECDA
Tints of Turquoise #3DECDA
RGB
CMYK
RGB Variations
Color information
#3DECDA (or 0x3DECDA) is known color: Turquoise. HEX triplet: 3D, EC and DA. RGB value is (61,236,218). Sum of RGB (Red+Green+Blue) = 61+236+218=515 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.84% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECDA is #C21325. Grayscale: #B5B5B5. Windows color (decimal): -12718886 or 14347325. OLE color: 14347325.
HSL color Cylindrical-coordinate representation of color #3DECDA: hue angle of 173.83º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DECDA is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 218 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.07 |
| HSL | 173.83º | 0.82% | 0.58% | - |
| HSV(B) | 173.83º | 0.74% | 0.93% | - |
| XYZ | 44.57 | 66.04 | 76.73 | - |
| YUV | 181.62 | 148.52 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 218 | 0.74 | 0 | 0.08 | 0.07 | 173.83 | 0.82 | 0.58 |
| Hex | 3D | EC | DA | 4A | 0 | 8 | 7 | AE | 52 | 3A |
| Octal | 75 | 354 | 332 | 112 | 0 | 10 | 7 | 256 | 122 | 72 |
| Binary | 111101 | 11101100 | 11011010 | 1001010 | 0 | 1000 | 111 | 10101110 | 1010010 | 111010 |
Color Harmonies of #3DECDA
Complementary color
Monochromatic Colors of #3DECDA
Black with #3DECDA
Text Example
Text Example
White with #3DECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECDA; }
p { color: rgb(61,236,218); }
H1.HeaderClassName
{
color: #3DECDA;
}
.AnyTagClassName
{
color: #3DECDA;
}
</style>
background-color css
<style>
a { background-color: #3DECDA; }
a { background-color: rgb(61,236,218); }
div.DivClassName
{
background-color: #3DECDA;
}
.BgClassName
{
background-color: #3DECDA;
}
</style>
border-color css
<style>
span { border-color: #3DECDA; }
span { border-color: rgb(61,236,218); }
td.TdClassName
{
border-color: #3DECDA;
}
.TagClassName
{
border-color: #3DECDA;
}
</style>