Shades of Turquoise #3FECE3
Tints of Turquoise #3FECE3
RGB
CMYK
RGB Variations
Color information
#3FECE3 (or 0x3FECE3) is known color: Turquoise. HEX triplet: 3F, EC and E3. RGB value is (63,236,227). Sum of RGB (Red+Green+Blue) = 63+236+227=526 (69% of max value = 765). Red value is 63 (25% from 255 or 11.98% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECE3 is #C0131C. Grayscale: #B7B7B7. Windows color (decimal): -12587805 or 14937151. OLE color: 14937151.
HSL color Cylindrical-coordinate representation of color #3FECE3: hue angle of 176.88º 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 #3FECE3 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 227 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.07 |
| HSL | 176.88º | 0.82% | 0.59% | - |
| HSV(B) | 176.88º | 0.73% | 0.93% | - |
| XYZ | 45.91 | 66.59 | 83.11 | - |
| YUV | 183.25 | 152.69 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 227 | 0.73 | 0 | 0.04 | 0.07 | 176.88 | 0.82 | 0.59 |
| Hex | 3F | EC | E3 | 49 | 0 | 4 | 7 | B1 | 52 | 3B |
| Octal | 77 | 354 | 343 | 111 | 0 | 4 | 7 | 261 | 122 | 73 |
| Binary | 111111 | 11101100 | 11100011 | 1001001 | 0 | 100 | 111 | 10110001 | 1010010 | 111011 |
Color Harmonies of #3FECE3
Complementary color
Monochromatic Colors of #3FECE3
Black with #3FECE3
Text Example
Text Example
White with #3FECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECE3; }
p { color: rgb(63,236,227); }
H1.HeaderClassName
{
color: #3FECE3;
}
.AnyTagClassName
{
color: #3FECE3;
}
</style>
background-color css
<style>
a { background-color: #3FECE3; }
a { background-color: rgb(63,236,227); }
div.DivClassName
{
background-color: #3FECE3;
}
.BgClassName
{
background-color: #3FECE3;
}
</style>
border-color css
<style>
span { border-color: #3FECE3; }
span { border-color: rgb(63,236,227); }
td.TdClassName
{
border-color: #3FECE3;
}
.TagClassName
{
border-color: #3FECE3;
}
</style>