Shades of Turquoise #3DFEC6
Tints of Turquoise #3DFEC6
RGB
CMYK
RGB Variations
Color information
#3DFEC6 (or 0x3DFEC6) is known color: Turquoise. HEX triplet: 3D, FE and C6. RGB value is (61,254,198). Sum of RGB (Red+Green+Blue) = 61+254+198=513 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.89% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFEC6 is #C20139. Grayscale: #BDBDBD. Windows color (decimal): -12714298 or 13041213. OLE color: 13041213.
HSL color Cylindrical-coordinate representation of color #3DFEC6: hue angle of 162.59º 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 #3DFEC6 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 198 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.00 |
| HSL | 162.59º | 0.99% | 0.62% | - |
| HSV(B) | 162.59º | 0.76% | 1% | - |
| XYZ | 47.56 | 75.95 | 65.58 | - |
| YUV | 189.91 | 132.56 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 198 | 0.76 | 0 | 0.22 | 0.00 | 162.59 | 0.99 | 0.62 |
| Hex | 3D | FE | C6 | 4C | 0 | 16 | 0 | A3 | 63 | 3E |
| Octal | 75 | 376 | 306 | 114 | 0 | 26 | 0 | 243 | 143 | 76 |
| Binary | 111101 | 11111110 | 11000110 | 1001100 | 0 | 10110 | 0 | 10100011 | 1100011 | 111110 |
Color Harmonies of #3DFEC6
Complementary color
Monochromatic Colors of #3DFEC6
Black with #3DFEC6
Text Example
Text Example
White with #3DFEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFEC6; }
p { color: rgb(61,254,198); }
H1.HeaderClassName
{
color: #3DFEC6;
}
.AnyTagClassName
{
color: #3DFEC6;
}
</style>
background-color css
<style>
a { background-color: #3DFEC6; }
a { background-color: rgb(61,254,198); }
div.DivClassName
{
background-color: #3DFEC6;
}
.BgClassName
{
background-color: #3DFEC6;
}
</style>
border-color css
<style>
span { border-color: #3DFEC6; }
span { border-color: rgb(61,254,198); }
td.TdClassName
{
border-color: #3DFEC6;
}
.TagClassName
{
border-color: #3DFEC6;
}
</style>