Shades of Turquoise #3DEDEC
Tints of Turquoise #3DEDEC
RGB
CMYK
RGB Variations
Color information
#3DEDEC (or 0x3DEDEC) is known color: Turquoise. HEX triplet: 3D, ED and EC. RGB value is (61,237,236). Sum of RGB (Red+Green+Blue) = 61+237+236=534 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.42% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEDEC is #C21213. Grayscale: #B8B8B8. Windows color (decimal): -12718612 or 15527229. OLE color: 15527229.
HSL color Cylindrical-coordinate representation of color #3DEDEC: hue angle of 179.66º degrees, saturation: 0.83, 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 #3DEDEC is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 236 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.07 |
| HSL | 179.66º | 0.83% | 0.58% | - |
| HSV(B) | 179.66º | 0.74% | 0.93% | - |
| XYZ | 47.35 | 67.62 | 89.91 | - |
| YUV | 184.26 | 157.19 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 236 | 0.74 | 0 | 0.00 | 0.07 | 179.66 | 0.83 | 0.58 |
| Hex | 3D | ED | EC | 4A | 0 | 0 | 7 | B4 | 53 | 3A |
| Octal | 75 | 355 | 354 | 112 | 0 | 0 | 7 | 264 | 123 | 72 |
| Binary | 111101 | 11101101 | 11101100 | 1001010 | 0 | 0 | 111 | 10110100 | 1010011 | 111010 |
Color Harmonies of #3DEDEC
Complementary color
Monochromatic Colors of #3DEDEC
Black with #3DEDEC
Text Example
Text Example
White with #3DEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDEC; }
p { color: rgb(61,237,236); }
H1.HeaderClassName
{
color: #3DEDEC;
}
.AnyTagClassName
{
color: #3DEDEC;
}
</style>
background-color css
<style>
a { background-color: #3DEDEC; }
a { background-color: rgb(61,237,236); }
div.DivClassName
{
background-color: #3DEDEC;
}
.BgClassName
{
background-color: #3DEDEC;
}
</style>
border-color css
<style>
span { border-color: #3DEDEC; }
span { border-color: rgb(61,237,236); }
td.TdClassName
{
border-color: #3DEDEC;
}
.TagClassName
{
border-color: #3DEDEC;
}
</style>