Shades of Turquoise #3FECE2
Tints of Turquoise #3FECE2
RGB
CMYK
RGB Variations
Color information
#3FECE2 (or 0x3FECE2) is known color: Turquoise. HEX triplet: 3F, EC and E2. RGB value is (63,236,226). Sum of RGB (Red+Green+Blue) = 63+236+226=525 (69% of max value = 765). Red value is 63 (25% from 255 or 12% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECE2 is #C0131D. Grayscale: #B7B7B7. Windows color (decimal): -12587806 or 14871615. OLE color: 14871615.
HSL color Cylindrical-coordinate representation of color #3FECE2: hue angle of 176.53º 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 #3FECE2 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 226 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.07 |
| HSL | 176.53º | 0.82% | 0.59% | - |
| HSV(B) | 176.53º | 0.73% | 0.93% | - |
| XYZ | 45.77 | 66.54 | 82.38 | - |
| YUV | 183.13 | 152.19 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 226 | 0.73 | 0 | 0.04 | 0.07 | 176.53 | 0.82 | 0.59 |
| Hex | 3F | EC | E2 | 49 | 0 | 4 | 7 | B1 | 52 | 3B |
| Octal | 77 | 354 | 342 | 111 | 0 | 4 | 7 | 261 | 122 | 73 |
| Binary | 111111 | 11101100 | 11100010 | 1001001 | 0 | 100 | 111 | 10110001 | 1010010 | 111011 |
Color Harmonies of #3FECE2
Complementary color
Monochromatic Colors of #3FECE2
Black with #3FECE2
Text Example
Text Example
White with #3FECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECE2; }
p { color: rgb(63,236,226); }
H1.HeaderClassName
{
color: #3FECE2;
}
.AnyTagClassName
{
color: #3FECE2;
}
</style>
background-color css
<style>
a { background-color: #3FECE2; }
a { background-color: rgb(63,236,226); }
div.DivClassName
{
background-color: #3FECE2;
}
.BgClassName
{
background-color: #3FECE2;
}
</style>
border-color css
<style>
span { border-color: #3FECE2; }
span { border-color: rgb(63,236,226); }
td.TdClassName
{
border-color: #3FECE2;
}
.TagClassName
{
border-color: #3FECE2;
}
</style>