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