Shades of Turquoise #3FEFC7
Tints of Turquoise #3FEFC7
RGB
CMYK
RGB Variations
Color information
#3FEFC7 (or 0x3FEFC7) is known color: Turquoise. HEX triplet: 3F, EF and C7. RGB value is (63,239,199). Sum of RGB (Red+Green+Blue) = 63+239+199=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFC7 is #C01038. Grayscale: #B5B5B5. Windows color (decimal): -12587065 or 13102911. OLE color: 13102911.
HSL color Cylindrical-coordinate representation of color #3FEFC7: hue angle of 166.36º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFC7 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 199 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.06 |
| HSL | 166.36º | 0.85% | 0.59% | - |
| HSV(B) | 166.36º | 0.74% | 0.94% | - |
| XYZ | 43.23 | 66.91 | 64.67 | - |
| YUV | 181.82 | 137.69 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 199 | 0.74 | 0 | 0.17 | 0.06 | 166.36 | 0.85 | 0.59 |
| Hex | 3F | EF | C7 | 4A | 0 | 11 | 6 | A6 | 55 | 3B |
| Octal | 77 | 357 | 307 | 112 | 0 | 21 | 6 | 246 | 125 | 73 |
| Binary | 111111 | 11101111 | 11000111 | 1001010 | 0 | 10001 | 110 | 10100110 | 1010101 | 111011 |
Color Harmonies of #3FEFC7
Complementary color
Monochromatic Colors of #3FEFC7
Black with #3FEFC7
Text Example
Text Example
White with #3FEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFC7; }
p { color: rgb(63,239,199); }
H1.HeaderClassName
{
color: #3FEFC7;
}
.AnyTagClassName
{
color: #3FEFC7;
}
</style>
background-color css
<style>
a { background-color: #3FEFC7; }
a { background-color: rgb(63,239,199); }
div.DivClassName
{
background-color: #3FEFC7;
}
.BgClassName
{
background-color: #3FEFC7;
}
</style>
border-color css
<style>
span { border-color: #3FEFC7; }
span { border-color: rgb(63,239,199); }
td.TdClassName
{
border-color: #3FEFC7;
}
.TagClassName
{
border-color: #3FEFC7;
}
</style>