Shades of Turquoise #3FECEB
Tints of Turquoise #3FECEB
RGB
CMYK
RGB Variations
Color information
#3FECEB (or 0x3FECEB) is known color: Turquoise. HEX triplet: 3F, EC and EB. RGB value is (63,236,235). Sum of RGB (Red+Green+Blue) = 63+236+235=534 (70% of max value = 765). Red value is 63 (25% from 255 or 11.80% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FECEB is #C01314. Grayscale: #B7B7B7. Windows color (decimal): -12587797 or 15461439. OLE color: 15461439.
HSL color Cylindrical-coordinate representation of color #3FECEB: hue angle of 179.65º 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 #3FECEB is Cyan = 0.73, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 235 | - |
| CMYK | 0.73 | 0 | 0.00 | 0.07 |
| HSL | 179.65º | 0.82% | 0.59% | - |
| HSV(B) | 179.65º | 0.73% | 0.93% | - |
| XYZ | 47.04 | 67.05 | 89.06 | - |
| YUV | 184.16 | 156.69 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 235 | 0.73 | 0 | 0.00 | 0.07 | 179.65 | 0.82 | 0.59 |
| Hex | 3F | EC | EB | 49 | 0 | 0 | 7 | B4 | 52 | 3B |
| Octal | 77 | 354 | 353 | 111 | 0 | 0 | 7 | 264 | 122 | 73 |
| Binary | 111111 | 11101100 | 11101011 | 1001001 | 0 | 0 | 111 | 10110100 | 1010010 | 111011 |
Color Harmonies of #3FECEB
Complementary color
Monochromatic Colors of #3FECEB
Black with #3FECEB
Text Example
Text Example
White with #3FECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECEB; }
p { color: rgb(63,236,235); }
H1.HeaderClassName
{
color: #3FECEB;
}
.AnyTagClassName
{
color: #3FECEB;
}
</style>
background-color css
<style>
a { background-color: #3FECEB; }
a { background-color: rgb(63,236,235); }
div.DivClassName
{
background-color: #3FECEB;
}
.BgClassName
{
background-color: #3FECEB;
}
</style>
border-color css
<style>
span { border-color: #3FECEB; }
span { border-color: rgb(63,236,235); }
td.TdClassName
{
border-color: #3FECEB;
}
.TagClassName
{
border-color: #3FECEB;
}
</style>