Shades of Turquoise #3DD6EC
Tints of Turquoise #3DD6EC
RGB
CMYK
RGB Variations
Color information
#3DD6EC (or 0x3DD6EC) is known color: Turquoise. HEX triplet: 3D, D6 and EC. RGB value is (61,214,236). Sum of RGB (Red+Green+Blue) = 61+214+236=511 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.94% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #3DD6EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD6EC is #C22913. Grayscale: #AAAAAA. Windows color (decimal): -12724500 or 15521341. OLE color: 15521341.
HSL color Cylindrical-coordinate representation of color #3DD6EC: hue angle of 187.54º 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 #3DD6EC is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 214 | 236 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.07 |
| HSL | 187.54º | 0.82% | 0.58% | - |
| HSV(B) | 187.54º | 0.74% | 0.93% | - |
| XYZ | 41.11 | 55.14 | 87.83 | - |
| YUV | 170.76 | 164.81 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 236 | 0.74 | 0.09 | 0 | 0.07 | 187.54 | 0.82 | 0.58 |
| Hex | 3D | D6 | EC | 4A | 9 | 0 | 7 | BC | 52 | 3A |
| Octal | 75 | 326 | 354 | 112 | 11 | 0 | 7 | 274 | 122 | 72 |
| Binary | 111101 | 11010110 | 11101100 | 1001010 | 1001 | 0 | 111 | 10111100 | 1010010 | 111010 |
Color Harmonies of #3DD6EC
Complementary color
Monochromatic Colors of #3DD6EC
Black with #3DD6EC
Text Example
Text Example
White with #3DD6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD6EC; }
p { color: rgb(61,214,236); }
H1.HeaderClassName
{
color: #3DD6EC;
}
.AnyTagClassName
{
color: #3DD6EC;
}
</style>
background-color css
<style>
a { background-color: #3DD6EC; }
a { background-color: rgb(61,214,236); }
div.DivClassName
{
background-color: #3DD6EC;
}
.BgClassName
{
background-color: #3DD6EC;
}
</style>
border-color css
<style>
span { border-color: #3DD6EC; }
span { border-color: rgb(61,214,236); }
td.TdClassName
{
border-color: #3DD6EC;
}
.TagClassName
{
border-color: #3DD6EC;
}
</style>