Shades of Turquoise #3DFFCD
Tints of Turquoise #3DFFCD
RGB
CMYK
RGB Variations
Color information
#3DFFCD (or 0x3DFFCD) is known color: Turquoise. HEX triplet: 3D, FF and CD. RGB value is (61,255,205). Sum of RGB (Red+Green+Blue) = 61+255+205=521 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.71% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFCD is #C20032. Grayscale: #BFBFBF. Windows color (decimal): -12714035 or 13500221. OLE color: 13500221.
HSL color Cylindrical-coordinate representation of color #3DFFCD: hue angle of 164.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFCD is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 205 | - |
| CMYK | 0.76 | 0 | 0.20 | 0 |
| HSL | 164.54º | 1% | 0.62% | - |
| HSV(B) | 164.54º | 0.76% | 1% | - |
| XYZ | 48.7 | 76.92 | 70.04 | - |
| YUV | 191.29 | 135.73 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 205 | 0.76 | 0 | 0.20 | 0 | 164.54 | 1 | 0.62 |
| Hex | 3D | FF | CD | 4C | 0 | 14 | 0 | A5 | 64 | 3E |
| Octal | 75 | 377 | 315 | 114 | 0 | 24 | 0 | 245 | 144 | 76 |
| Binary | 111101 | 11111111 | 11001101 | 1001100 | 0 | 10100 | 0 | 10100101 | 1100100 | 111110 |
Color Harmonies of #3DFFCD
Complementary color
Monochromatic Colors of #3DFFCD
Black with #3DFFCD
Text Example
Text Example
White with #3DFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFCD; }
p { color: rgb(61,255,205); }
H1.HeaderClassName
{
color: #3DFFCD;
}
.AnyTagClassName
{
color: #3DFFCD;
}
</style>
background-color css
<style>
a { background-color: #3DFFCD; }
a { background-color: rgb(61,255,205); }
div.DivClassName
{
background-color: #3DFFCD;
}
.BgClassName
{
background-color: #3DFFCD;
}
</style>
border-color css
<style>
span { border-color: #3DFFCD; }
span { border-color: rgb(61,255,205); }
td.TdClassName
{
border-color: #3DFFCD;
}
.TagClassName
{
border-color: #3DFFCD;
}
</style>