Shades of Turquoise #3FEBC3
Tints of Turquoise #3FEBC3
RGB
CMYK
RGB Variations
Color information
#3FEBC3 (or 0x3FEBC3) is known color: Turquoise. HEX triplet: 3F, EB and C3. RGB value is (63,235,195). Sum of RGB (Red+Green+Blue) = 63+235+195=493 (65% of max value = 765). Red value is 63 (25% from 255 or 12.78% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBC3 is #C0143C. Grayscale: #B3B3B3. Windows color (decimal): -12588093 or 12839743. OLE color: 12839743.
HSL color Cylindrical-coordinate representation of color #3FEBC3: hue angle of 166.05º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEBC3 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 195 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.08 |
| HSL | 166.05º | 0.81% | 0.58% | - |
| HSV(B) | 166.05º | 0.73% | 0.92% | - |
| XYZ | 41.61 | 64.41 | 61.87 | - |
| YUV | 179.01 | 137.02 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 195 | 0.73 | 0 | 0.17 | 0.08 | 166.05 | 0.81 | 0.58 |
| Hex | 3F | EB | C3 | 49 | 0 | 11 | 8 | A6 | 51 | 3A |
| Octal | 77 | 353 | 303 | 111 | 0 | 21 | 10 | 246 | 121 | 72 |
| Binary | 111111 | 11101011 | 11000011 | 1001001 | 0 | 10001 | 1000 | 10100110 | 1010001 | 111010 |
Color Harmonies of #3FEBC3
Complementary color
Monochromatic Colors of #3FEBC3
Black with #3FEBC3
Text Example
Text Example
White with #3FEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBC3; }
p { color: rgb(63,235,195); }
H1.HeaderClassName
{
color: #3FEBC3;
}
.AnyTagClassName
{
color: #3FEBC3;
}
</style>
background-color css
<style>
a { background-color: #3FEBC3; }
a { background-color: rgb(63,235,195); }
div.DivClassName
{
background-color: #3FEBC3;
}
.BgClassName
{
background-color: #3FEBC3;
}
</style>
border-color css
<style>
span { border-color: #3FEBC3; }
span { border-color: rgb(63,235,195); }
td.TdClassName
{
border-color: #3FEBC3;
}
.TagClassName
{
border-color: #3FEBC3;
}
</style>