Shades of Turquoise #3DF5EC
Tints of Turquoise #3DF5EC
RGB
CMYK
RGB Variations
Color information
#3DF5EC (or 0x3DF5EC) is known color: Turquoise. HEX triplet: 3D, F5 and EC. RGB value is (61,245,236). Sum of RGB (Red+Green+Blue) = 61+245+236=542 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.25% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF5EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF5EC is #C20A13. Grayscale: #BCBCBC. Windows color (decimal): -12716564 or 15529277. OLE color: 15529277.
HSL color Cylindrical-coordinate representation of color #3DF5EC: hue angle of 177.07º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF5EC is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 236 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.04 |
| HSL | 177.07º | 0.9% | 0.6% | - |
| HSV(B) | 177.07º | 0.75% | 0.96% | - |
| XYZ | 49.72 | 72.35 | 90.7 | - |
| YUV | 188.96 | 154.54 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 236 | 0.75 | 0 | 0.04 | 0.04 | 177.07 | 0.9 | 0.6 |
| Hex | 3D | F5 | EC | 4B | 0 | 4 | 4 | B1 | 5A | 3C |
| Octal | 75 | 365 | 354 | 113 | 0 | 4 | 4 | 261 | 132 | 74 |
| Binary | 111101 | 11110101 | 11101100 | 1001011 | 0 | 100 | 100 | 10110001 | 1011010 | 111100 |
Color Harmonies of #3DF5EC
Complementary color
Monochromatic Colors of #3DF5EC
Black with #3DF5EC
Text Example
Text Example
White with #3DF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF5EC; }
p { color: rgb(61,245,236); }
H1.HeaderClassName
{
color: #3DF5EC;
}
.AnyTagClassName
{
color: #3DF5EC;
}
</style>
background-color css
<style>
a { background-color: #3DF5EC; }
a { background-color: rgb(61,245,236); }
div.DivClassName
{
background-color: #3DF5EC;
}
.BgClassName
{
background-color: #3DF5EC;
}
</style>
border-color css
<style>
span { border-color: #3DF5EC; }
span { border-color: rgb(61,245,236); }
td.TdClassName
{
border-color: #3DF5EC;
}
.TagClassName
{
border-color: #3DF5EC;
}
</style>