Shades of Turquoise #3FEFC6
Tints of Turquoise #3FEFC6
RGB
CMYK
RGB Variations
Color information
#3FEFC6 (or 0x3FEFC6) is known color: Turquoise. HEX triplet: 3F, EF and C6. RGB value is (63,239,198). Sum of RGB (Red+Green+Blue) = 63+239+198=500 (66% of max value = 765). Red value is 63 (25% from 255 or 12.6% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFC6 is #C01039. Grayscale: #B5B5B5. Windows color (decimal): -12587066 or 13037375. OLE color: 13037375.
HSL color Cylindrical-coordinate representation of color #3FEFC6: hue angle of 166.02º 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 #3FEFC6 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 198 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.06 |
| HSL | 166.02º | 0.85% | 0.59% | - |
| HSV(B) | 166.02º | 0.74% | 0.94% | - |
| XYZ | 43.11 | 66.87 | 64.06 | - |
| YUV | 181.7 | 137.19 | 43.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 198 | 0.74 | 0 | 0.17 | 0.06 | 166.02 | 0.85 | 0.59 |
| Hex | 3F | EF | C6 | 4A | 0 | 11 | 6 | A6 | 55 | 3B |
| Octal | 77 | 357 | 306 | 112 | 0 | 21 | 6 | 246 | 125 | 73 |
| Binary | 111111 | 11101111 | 11000110 | 1001010 | 0 | 10001 | 110 | 10100110 | 1010101 | 111011 |
Color Harmonies of #3FEFC6
Complementary color
Monochromatic Colors of #3FEFC6
Black with #3FEFC6
Text Example
Text Example
White with #3FEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFC6; }
p { color: rgb(63,239,198); }
H1.HeaderClassName
{
color: #3FEFC6;
}
.AnyTagClassName
{
color: #3FEFC6;
}
</style>
background-color css
<style>
a { background-color: #3FEFC6; }
a { background-color: rgb(63,239,198); }
div.DivClassName
{
background-color: #3FEFC6;
}
.BgClassName
{
background-color: #3FEFC6;
}
</style>
border-color css
<style>
span { border-color: #3FEFC6; }
span { border-color: rgb(63,239,198); }
td.TdClassName
{
border-color: #3FEFC6;
}
.TagClassName
{
border-color: #3FEFC6;
}
</style>