Shades of Turquoise #3FECE7
Tints of Turquoise #3FECE7
RGB
CMYK
RGB Variations
Color information
#3FECE7 (or 0x3FECE7) is known color: Turquoise. HEX triplet: 3F, EC and E7. RGB value is (63,236,231). Sum of RGB (Red+Green+Blue) = 63+236+231=530 (70% of max value = 765). Red value is 63 (25% from 255 or 11.89% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FECE7 is #C01318. Grayscale: #B7B7B7. Windows color (decimal): -12587801 or 15199295. OLE color: 15199295.
HSL color Cylindrical-coordinate representation of color #3FECE7: hue angle of 178.27º 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 #3FECE7 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 231 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.07 |
| HSL | 178.27º | 0.82% | 0.59% | - |
| HSV(B) | 178.27º | 0.73% | 0.93% | - |
| XYZ | 46.47 | 66.82 | 86.05 | - |
| YUV | 183.7 | 154.69 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 231 | 0.73 | 0 | 0.02 | 0.07 | 178.27 | 0.82 | 0.59 |
| Hex | 3F | EC | E7 | 49 | 0 | 2 | 7 | B2 | 52 | 3B |
| Octal | 77 | 354 | 347 | 111 | 0 | 2 | 7 | 262 | 122 | 73 |
| Binary | 111111 | 11101100 | 11100111 | 1001001 | 0 | 10 | 111 | 10110010 | 1010010 | 111011 |
Color Harmonies of #3FECE7
Complementary color
Monochromatic Colors of #3FECE7
Black with #3FECE7
Text Example
Text Example
White with #3FECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECE7; }
p { color: rgb(63,236,231); }
H1.HeaderClassName
{
color: #3FECE7;
}
.AnyTagClassName
{
color: #3FECE7;
}
</style>
background-color css
<style>
a { background-color: #3FECE7; }
a { background-color: rgb(63,236,231); }
div.DivClassName
{
background-color: #3FECE7;
}
.BgClassName
{
background-color: #3FECE7;
}
</style>
border-color css
<style>
span { border-color: #3FECE7; }
span { border-color: rgb(63,236,231); }
td.TdClassName
{
border-color: #3FECE7;
}
.TagClassName
{
border-color: #3FECE7;
}
</style>