Shades of Turquoise #3DF3EC
Tints of Turquoise #3DF3EC
RGB
CMYK
RGB Variations
Color information
#3DF3EC (or 0x3DF3EC) is known color: Turquoise. HEX triplet: 3D, F3 and EC. RGB value is (61,243,236). Sum of RGB (Red+Green+Blue) = 61+243+236=540 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.30% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF3EC is #C20C13. Grayscale: #BBBBBB. Windows color (decimal): -12717076 or 15528765. OLE color: 15528765.
HSL color Cylindrical-coordinate representation of color #3DF3EC: hue angle of 177.69º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF3EC is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 236 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.05 |
| HSL | 177.69º | 0.88% | 0.6% | - |
| HSV(B) | 177.69º | 0.75% | 0.95% | - |
| XYZ | 49.12 | 71.15 | 90.5 | - |
| YUV | 187.78 | 155.2 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 236 | 0.75 | 0 | 0.03 | 0.05 | 177.69 | 0.88 | 0.6 |
| Hex | 3D | F3 | EC | 4B | 0 | 3 | 5 | B2 | 58 | 3C |
| Octal | 75 | 363 | 354 | 113 | 0 | 3 | 5 | 262 | 130 | 74 |
| Binary | 111101 | 11110011 | 11101100 | 1001011 | 0 | 11 | 101 | 10110010 | 1011000 | 111100 |
Color Harmonies of #3DF3EC
Complementary color
Monochromatic Colors of #3DF3EC
Black with #3DF3EC
Text Example
Text Example
White with #3DF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3EC; }
p { color: rgb(61,243,236); }
H1.HeaderClassName
{
color: #3DF3EC;
}
.AnyTagClassName
{
color: #3DF3EC;
}
</style>
background-color css
<style>
a { background-color: #3DF3EC; }
a { background-color: rgb(61,243,236); }
div.DivClassName
{
background-color: #3DF3EC;
}
.BgClassName
{
background-color: #3DF3EC;
}
</style>
border-color css
<style>
span { border-color: #3DF3EC; }
span { border-color: rgb(61,243,236); }
td.TdClassName
{
border-color: #3DF3EC;
}
.TagClassName
{
border-color: #3DF3EC;
}
</style>