Shades of Turquoise #3DFECD
Tints of Turquoise #3DFECD
RGB
CMYK
RGB Variations
Color information
#3DFECD (or 0x3DFECD) is known color: Turquoise. HEX triplet: 3D, FE and CD. RGB value is (61,254,205). Sum of RGB (Red+Green+Blue) = 61+254+205=520 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.73% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFECD is #C20132. Grayscale: #BEBEBE. Windows color (decimal): -12714291 or 13499965. OLE color: 13499965.
HSL color Cylindrical-coordinate representation of color #3DFECD: hue angle of 164.77º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFECD is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 205 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.00 |
| HSL | 164.77º | 0.99% | 0.62% | - |
| HSV(B) | 164.77º | 0.76% | 1% | - |
| XYZ | 48.39 | 76.28 | 69.93 | - |
| YUV | 190.71 | 136.06 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 205 | 0.76 | 0 | 0.19 | 0.00 | 164.77 | 0.99 | 0.62 |
| Hex | 3D | FE | CD | 4C | 0 | 13 | 0 | A5 | 63 | 3E |
| Octal | 75 | 376 | 315 | 114 | 0 | 23 | 0 | 245 | 143 | 76 |
| Binary | 111101 | 11111110 | 11001101 | 1001100 | 0 | 10011 | 0 | 10100101 | 1100011 | 111110 |
Color Harmonies of #3DFECD
Complementary color
Monochromatic Colors of #3DFECD
Black with #3DFECD
Text Example
Text Example
White with #3DFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFECD; }
p { color: rgb(61,254,205); }
H1.HeaderClassName
{
color: #3DFECD;
}
.AnyTagClassName
{
color: #3DFECD;
}
</style>
background-color css
<style>
a { background-color: #3DFECD; }
a { background-color: rgb(61,254,205); }
div.DivClassName
{
background-color: #3DFECD;
}
.BgClassName
{
background-color: #3DFECD;
}
</style>
border-color css
<style>
span { border-color: #3DFECD; }
span { border-color: rgb(61,254,205); }
td.TdClassName
{
border-color: #3DFECD;
}
.TagClassName
{
border-color: #3DFECD;
}
</style>