Shades of Turquoise #3DFFC0
Tints of Turquoise #3DFFC0
RGB
CMYK
RGB Variations
Color information
#3DFFC0 (or 0x3DFFC0) is known color: Turquoise. HEX triplet: 3D, FF and C0. RGB value is (61,255,192). Sum of RGB (Red+Green+Blue) = 61+255+192=508 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.01% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFC0 is #C2003F. Grayscale: #BDBDBD. Windows color (decimal): -12714048 or 12648253. OLE color: 12648253.
HSL color Cylindrical-coordinate representation of color #3DFFC0: hue angle of 160.52º 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 #3DFFC0 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 192 | - |
| CMYK | 0.76 | 0 | 0.25 | 0 |
| HSL | 160.52º | 1% | 0.62% | - |
| HSV(B) | 160.52º | 0.76% | 1% | - |
| XYZ | 47.2 | 76.32 | 62.11 | - |
| YUV | 189.81 | 129.23 | 36.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 192 | 0.76 | 0 | 0.25 | 0 | 160.52 | 1 | 0.62 |
| Hex | 3D | FF | C0 | 4C | 0 | 19 | 0 | A1 | 64 | 3E |
| Octal | 75 | 377 | 300 | 114 | 0 | 31 | 0 | 241 | 144 | 76 |
| Binary | 111101 | 11111111 | 11000000 | 1001100 | 0 | 11001 | 0 | 10100001 | 1100100 | 111110 |
Color Harmonies of #3DFFC0
Complementary color
Monochromatic Colors of #3DFFC0
Black with #3DFFC0
Text Example
Text Example
White with #3DFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFC0; }
p { color: rgb(61,255,192); }
H1.HeaderClassName
{
color: #3DFFC0;
}
.AnyTagClassName
{
color: #3DFFC0;
}
</style>
background-color css
<style>
a { background-color: #3DFFC0; }
a { background-color: rgb(61,255,192); }
div.DivClassName
{
background-color: #3DFFC0;
}
.BgClassName
{
background-color: #3DFFC0;
}
</style>
border-color css
<style>
span { border-color: #3DFFC0; }
span { border-color: rgb(61,255,192); }
td.TdClassName
{
border-color: #3DFFC0;
}
.TagClassName
{
border-color: #3DFFC0;
}
</style>