Shades of Turquoise #3FECE6
Tints of Turquoise #3FECE6
RGB
CMYK
RGB Variations
Color information
#3FECE6 (or 0x3FECE6) is known color: Turquoise. HEX triplet: 3F, EC and E6. RGB value is (63,236,230). Sum of RGB (Red+Green+Blue) = 63+236+230=529 (70% of max value = 765). Red value is 63 (25% from 255 or 11.91% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FECE6 is #C01319. Grayscale: #B7B7B7. Windows color (decimal): -12587802 or 15133759. OLE color: 15133759.
HSL color Cylindrical-coordinate representation of color #3FECE6: hue angle of 177.92º 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 #3FECE6 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 230 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.07 |
| HSL | 177.92º | 0.82% | 0.59% | - |
| HSV(B) | 177.92º | 0.73% | 0.93% | - |
| XYZ | 46.33 | 66.76 | 85.31 | - |
| YUV | 183.59 | 154.19 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 230 | 0.73 | 0 | 0.03 | 0.07 | 177.92 | 0.82 | 0.59 |
| Hex | 3F | EC | E6 | 49 | 0 | 3 | 7 | B2 | 52 | 3B |
| Octal | 77 | 354 | 346 | 111 | 0 | 3 | 7 | 262 | 122 | 73 |
| Binary | 111111 | 11101100 | 11100110 | 1001001 | 0 | 11 | 111 | 10110010 | 1010010 | 111011 |
Color Harmonies of #3FECE6
Complementary color
Monochromatic Colors of #3FECE6
Black with #3FECE6
Text Example
Text Example
White with #3FECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECE6; }
p { color: rgb(63,236,230); }
H1.HeaderClassName
{
color: #3FECE6;
}
.AnyTagClassName
{
color: #3FECE6;
}
</style>
background-color css
<style>
a { background-color: #3FECE6; }
a { background-color: rgb(63,236,230); }
div.DivClassName
{
background-color: #3FECE6;
}
.BgClassName
{
background-color: #3FECE6;
}
</style>
border-color css
<style>
span { border-color: #3FECE6; }
span { border-color: rgb(63,236,230); }
td.TdClassName
{
border-color: #3FECE6;
}
.TagClassName
{
border-color: #3FECE6;
}
</style>