Shades of Turquoise #3DD5EC
Tints of Turquoise #3DD5EC
RGB
CMYK
RGB Variations
Color information
#3DD5EC (or 0x3DD5EC) is known color: Turquoise. HEX triplet: 3D, D5 and EC. RGB value is (61,213,236). Sum of RGB (Red+Green+Blue) = 61+213+236=510 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.96% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #3DD5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD5EC is #C22A13. Grayscale: #A9A9A9. Windows color (decimal): -12724756 or 15521085. OLE color: 15521085.
HSL color Cylindrical-coordinate representation of color #3DD5EC: hue angle of 187.89º 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 #3DD5EC is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 213 | 236 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.07 |
| HSL | 187.89º | 0.82% | 0.58% | - |
| HSV(B) | 187.89º | 0.74% | 0.93% | - |
| XYZ | 40.86 | 54.64 | 87.75 | - |
| YUV | 170.17 | 165.14 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 236 | 0.74 | 0.10 | 0 | 0.07 | 187.89 | 0.82 | 0.58 |
| Hex | 3D | D5 | EC | 4A | A | 0 | 7 | BC | 52 | 3A |
| Octal | 75 | 325 | 354 | 112 | 12 | 0 | 7 | 274 | 122 | 72 |
| Binary | 111101 | 11010101 | 11101100 | 1001010 | 1010 | 0 | 111 | 10111100 | 1010010 | 111010 |
Color Harmonies of #3DD5EC
Complementary color
Monochromatic Colors of #3DD5EC
Black with #3DD5EC
Text Example
Text Example
White with #3DD5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD5EC; }
p { color: rgb(61,213,236); }
H1.HeaderClassName
{
color: #3DD5EC;
}
.AnyTagClassName
{
color: #3DD5EC;
}
</style>
background-color css
<style>
a { background-color: #3DD5EC; }
a { background-color: rgb(61,213,236); }
div.DivClassName
{
background-color: #3DD5EC;
}
.BgClassName
{
background-color: #3DD5EC;
}
</style>
border-color css
<style>
span { border-color: #3DD5EC; }
span { border-color: rgb(61,213,236); }
td.TdClassName
{
border-color: #3DD5EC;
}
.TagClassName
{
border-color: #3DD5EC;
}
</style>