Shades of Turquoise #3DE5EC
Tints of Turquoise #3DE5EC
RGB
CMYK
RGB Variations
Color information
#3DE5EC (or 0x3DE5EC) is known color: Turquoise. HEX triplet: 3D, E5 and EC. RGB value is (61,229,236). Sum of RGB (Red+Green+Blue) = 61+229+236=526 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.60% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #3DE5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DE5EC is #C21A13. Grayscale: #B3B3B3. Windows color (decimal): -12720660 or 15525181. OLE color: 15525181.
HSL color Cylindrical-coordinate representation of color #3DE5EC: hue angle of 182.4º 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 #3DE5EC is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 229 | 236 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.07 |
| HSL | 182.4º | 0.82% | 0.58% | - |
| HSV(B) | 182.4º | 0.74% | 0.93% | - |
| XYZ | 45.08 | 63.09 | 89.16 | - |
| YUV | 179.57 | 159.84 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 229 | 236 | 0.74 | 0.03 | 0 | 0.07 | 182.4 | 0.82 | 0.58 |
| Hex | 3D | E5 | EC | 4A | 3 | 0 | 7 | B6 | 52 | 3A |
| Octal | 75 | 345 | 354 | 112 | 3 | 0 | 7 | 266 | 122 | 72 |
| Binary | 111101 | 11100101 | 11101100 | 1001010 | 11 | 0 | 111 | 10110110 | 1010010 | 111010 |
Color Harmonies of #3DE5EC
Complementary color
Monochromatic Colors of #3DE5EC
Black with #3DE5EC
Text Example
Text Example
White with #3DE5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE5EC; }
p { color: rgb(61,229,236); }
H1.HeaderClassName
{
color: #3DE5EC;
}
.AnyTagClassName
{
color: #3DE5EC;
}
</style>
background-color css
<style>
a { background-color: #3DE5EC; }
a { background-color: rgb(61,229,236); }
div.DivClassName
{
background-color: #3DE5EC;
}
.BgClassName
{
background-color: #3DE5EC;
}
</style>
border-color css
<style>
span { border-color: #3DE5EC; }
span { border-color: rgb(61,229,236); }
td.TdClassName
{
border-color: #3DE5EC;
}
.TagClassName
{
border-color: #3DE5EC;
}
</style>