Shades of Turquoise #3FECC8
Tints of Turquoise #3FECC8
RGB
CMYK
RGB Variations
Color information
#3FECC8 (or 0x3FECC8) is known color: Turquoise. HEX triplet: 3F, EC and C8. RGB value is (63,236,200). Sum of RGB (Red+Green+Blue) = 63+236+200=499 (66% of max value = 765). Red value is 63 (25% from 255 or 12.63% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECC8 is #C01337. Grayscale: #B4B4B4. Windows color (decimal): -12587832 or 13167679. OLE color: 13167679.
HSL color Cylindrical-coordinate representation of color #3FECC8: hue angle of 167.51º 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 #3FECC8 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 200 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.07 |
| HSL | 167.51º | 0.82% | 0.59% | - |
| HSV(B) | 167.51º | 0.73% | 0.93% | - |
| XYZ | 42.47 | 65.22 | 64.99 | - |
| YUV | 180.17 | 139.19 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 200 | 0.73 | 0 | 0.15 | 0.07 | 167.51 | 0.82 | 0.59 |
| Hex | 3F | EC | C8 | 49 | 0 | F | 7 | A8 | 52 | 3B |
| Octal | 77 | 354 | 310 | 111 | 0 | 17 | 7 | 250 | 122 | 73 |
| Binary | 111111 | 11101100 | 11001000 | 1001001 | 0 | 1111 | 111 | 10101000 | 1010010 | 111011 |
Color Harmonies of #3FECC8
Complementary color
Monochromatic Colors of #3FECC8
Black with #3FECC8
Text Example
Text Example
White with #3FECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECC8; }
p { color: rgb(63,236,200); }
H1.HeaderClassName
{
color: #3FECC8;
}
.AnyTagClassName
{
color: #3FECC8;
}
</style>
background-color css
<style>
a { background-color: #3FECC8; }
a { background-color: rgb(63,236,200); }
div.DivClassName
{
background-color: #3FECC8;
}
.BgClassName
{
background-color: #3FECC8;
}
</style>
border-color css
<style>
span { border-color: #3FECC8; }
span { border-color: rgb(63,236,200); }
td.TdClassName
{
border-color: #3FECC8;
}
.TagClassName
{
border-color: #3FECC8;
}
</style>