Shades of Turquoise #3FECCD
Tints of Turquoise #3FECCD
RGB
CMYK
RGB Variations
Color information
#3FECCD (or 0x3FECCD) is known color: Turquoise. HEX triplet: 3F, EC and CD. RGB value is (63,236,205). Sum of RGB (Red+Green+Blue) = 63+236+205=504 (66% of max value = 765). Red value is 63 (25% from 255 or 12.5% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECCD is #C01332. Grayscale: #B4B4B4. Windows color (decimal): -12587827 or 13495359. OLE color: 13495359.
HSL color Cylindrical-coordinate representation of color #3FECCD: hue angle of 169.25º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECCD is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 205 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.07 |
| HSL | 169.25º | 0.82% | 0.59% | - |
| HSV(B) | 169.25º | 0.73% | 0.93% | - |
| XYZ | 43.06 | 65.46 | 68.12 | - |
| YUV | 180.74 | 141.69 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 205 | 0.73 | 0 | 0.13 | 0.07 | 169.25 | 0.82 | 0.59 |
| Hex | 3F | EC | CD | 49 | 0 | D | 7 | A9 | 52 | 3B |
| Octal | 77 | 354 | 315 | 111 | 0 | 15 | 7 | 251 | 122 | 73 |
| Binary | 111111 | 11101100 | 11001101 | 1001001 | 0 | 1101 | 111 | 10101001 | 1010010 | 111011 |
Color Harmonies of #3FECCD
Complementary color
Monochromatic Colors of #3FECCD
Black with #3FECCD
Text Example
Text Example
White with #3FECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECCD; }
p { color: rgb(63,236,205); }
H1.HeaderClassName
{
color: #3FECCD;
}
.AnyTagClassName
{
color: #3FECCD;
}
</style>
background-color css
<style>
a { background-color: #3FECCD; }
a { background-color: rgb(63,236,205); }
div.DivClassName
{
background-color: #3FECCD;
}
.BgClassName
{
background-color: #3FECCD;
}
</style>
border-color css
<style>
span { border-color: #3FECCD; }
span { border-color: rgb(63,236,205); }
td.TdClassName
{
border-color: #3FECCD;
}
.TagClassName
{
border-color: #3FECCD;
}
</style>