Shades of Turquoise #3DE2EC
Tints of Turquoise #3DE2EC
RGB
CMYK
RGB Variations
Color information
#3DE2EC (or 0x3DE2EC) is known color: Turquoise. HEX triplet: 3D, E2 and EC. RGB value is (61,226,236). Sum of RGB (Red+Green+Blue) = 61+226+236=523 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.66% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #3DE2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DE2EC is #C21D13. Grayscale: #B1B1B1. Windows color (decimal): -12721428 or 15524413. OLE color: 15524413.
HSL color Cylindrical-coordinate representation of color #3DE2EC: hue angle of 183.43º 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 #3DE2EC is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 226 | 236 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.07 |
| HSL | 183.43º | 0.82% | 0.58% | - |
| HSV(B) | 183.43º | 0.74% | 0.93% | - |
| XYZ | 44.26 | 61.44 | 88.88 | - |
| YUV | 177.81 | 160.84 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 226 | 236 | 0.74 | 0.04 | 0 | 0.07 | 183.43 | 0.82 | 0.58 |
| Hex | 3D | E2 | EC | 4A | 4 | 0 | 7 | B7 | 52 | 3A |
| Octal | 75 | 342 | 354 | 112 | 4 | 0 | 7 | 267 | 122 | 72 |
| Binary | 111101 | 11100010 | 11101100 | 1001010 | 100 | 0 | 111 | 10110111 | 1010010 | 111010 |
Color Harmonies of #3DE2EC
Complementary color
Monochromatic Colors of #3DE2EC
Black with #3DE2EC
Text Example
Text Example
White with #3DE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE2EC; }
p { color: rgb(61,226,236); }
H1.HeaderClassName
{
color: #3DE2EC;
}
.AnyTagClassName
{
color: #3DE2EC;
}
</style>
background-color css
<style>
a { background-color: #3DE2EC; }
a { background-color: rgb(61,226,236); }
div.DivClassName
{
background-color: #3DE2EC;
}
.BgClassName
{
background-color: #3DE2EC;
}
</style>
border-color css
<style>
span { border-color: #3DE2EC; }
span { border-color: rgb(61,226,236); }
td.TdClassName
{
border-color: #3DE2EC;
}
.TagClassName
{
border-color: #3DE2EC;
}
</style>