Shades of Turquoise #3FE6CD
Tints of Turquoise #3FE6CD
RGB
CMYK
RGB Variations
Color information
#3FE6CD (or 0x3FE6CD) is known color: Turquoise. HEX triplet: 3F, E6 and CD. RGB value is (63,230,205). Sum of RGB (Red+Green+Blue) = 63+230+205=498 (65% of max value = 765). Red value is 63 (25% from 255 or 12.65% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE6CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE6CD is #C01932. Grayscale: #B1B1B1. Windows color (decimal): -12589363 or 13493823. OLE color: 13493823.
HSL color Cylindrical-coordinate representation of color #3FE6CD: hue angle of 171.02º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE6CD is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 205 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.10 |
| HSL | 171.02º | 0.77% | 0.57% | - |
| HSV(B) | 171.02º | 0.73% | 0.9% | - |
| XYZ | 41.37 | 62.06 | 67.56 | - |
| YUV | 177.22 | 143.67 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 205 | 0.73 | 0 | 0.11 | 0.10 | 171.02 | 0.77 | 0.57 |
| Hex | 3F | E6 | CD | 49 | 0 | B | A | AB | 4D | 39 |
| Octal | 77 | 346 | 315 | 111 | 0 | 13 | 12 | 253 | 115 | 71 |
| Binary | 111111 | 11100110 | 11001101 | 1001001 | 0 | 1011 | 1010 | 10101011 | 1001101 | 111001 |
Color Harmonies of #3FE6CD
Complementary color
Monochromatic Colors of #3FE6CD
Black with #3FE6CD
Text Example
Text Example
White with #3FE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE6CD; }
p { color: rgb(63,230,205); }
H1.HeaderClassName
{
color: #3FE6CD;
}
.AnyTagClassName
{
color: #3FE6CD;
}
</style>
background-color css
<style>
a { background-color: #3FE6CD; }
a { background-color: rgb(63,230,205); }
div.DivClassName
{
background-color: #3FE6CD;
}
.BgClassName
{
background-color: #3FE6CD;
}
</style>
border-color css
<style>
span { border-color: #3FE6CD; }
span { border-color: rgb(63,230,205); }
td.TdClassName
{
border-color: #3FE6CD;
}
.TagClassName
{
border-color: #3FE6CD;
}
</style>