Shades of Turquoise #3FEFC9
Tints of Turquoise #3FEFC9
RGB
CMYK
RGB Variations
Color information
#3FEFC9 (or 0x3FEFC9) is known color: Turquoise. HEX triplet: 3F, EF and C9. RGB value is (63,239,201). Sum of RGB (Red+Green+Blue) = 63+239+201=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFC9 is #C01036. Grayscale: #B6B6B6. Windows color (decimal): -12587063 or 13233983. OLE color: 13233983.
HSL color Cylindrical-coordinate representation of color #3FEFC9: hue angle of 167.05º 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 #3FEFC9 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 201 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.06 |
| HSL | 167.05º | 0.85% | 0.59% | - |
| HSV(B) | 167.05º | 0.74% | 0.94% | - |
| XYZ | 43.46 | 67.01 | 65.9 | - |
| YUV | 182.04 | 138.69 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 201 | 0.74 | 0 | 0.16 | 0.06 | 167.05 | 0.85 | 0.59 |
| Hex | 3F | EF | C9 | 4A | 0 | 10 | 6 | A7 | 55 | 3B |
| Octal | 77 | 357 | 311 | 112 | 0 | 20 | 6 | 247 | 125 | 73 |
| Binary | 111111 | 11101111 | 11001001 | 1001010 | 0 | 10000 | 110 | 10100111 | 1010101 | 111011 |
Color Harmonies of #3FEFC9
Complementary color
Monochromatic Colors of #3FEFC9
Black with #3FEFC9
Text Example
Text Example
White with #3FEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFC9; }
p { color: rgb(63,239,201); }
H1.HeaderClassName
{
color: #3FEFC9;
}
.AnyTagClassName
{
color: #3FEFC9;
}
</style>
background-color css
<style>
a { background-color: #3FEFC9; }
a { background-color: rgb(63,239,201); }
div.DivClassName
{
background-color: #3FEFC9;
}
.BgClassName
{
background-color: #3FEFC9;
}
</style>
border-color css
<style>
span { border-color: #3FEFC9; }
span { border-color: rgb(63,239,201); }
td.TdClassName
{
border-color: #3FEFC9;
}
.TagClassName
{
border-color: #3FEFC9;
}
</style>