Shades of Turquoise #3FEFC5
Tints of Turquoise #3FEFC5
RGB
CMYK
RGB Variations
Color information
#3FEFC5 (or 0x3FEFC5) is known color: Turquoise. HEX triplet: 3F, EF and C5. RGB value is (63,239,197). Sum of RGB (Red+Green+Blue) = 63+239+197=499 (66% of max value = 765). Red value is 63 (25% from 255 or 12.63% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFC5 is #C0103A. Grayscale: #B5B5B5. Windows color (decimal): -12587067 or 12971839. OLE color: 12971839.
HSL color Cylindrical-coordinate representation of color #3FEFC5: hue angle of 165.68º 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 #3FEFC5 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 197 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.06 |
| HSL | 165.68º | 0.85% | 0.59% | - |
| HSV(B) | 165.68º | 0.74% | 0.94% | - |
| XYZ | 42.99 | 66.82 | 63.46 | - |
| YUV | 181.59 | 136.69 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 197 | 0.74 | 0 | 0.18 | 0.06 | 165.68 | 0.85 | 0.59 |
| Hex | 3F | EF | C5 | 4A | 0 | 12 | 6 | A6 | 55 | 3B |
| Octal | 77 | 357 | 305 | 112 | 0 | 22 | 6 | 246 | 125 | 73 |
| Binary | 111111 | 11101111 | 11000101 | 1001010 | 0 | 10010 | 110 | 10100110 | 1010101 | 111011 |
Color Harmonies of #3FEFC5
Complementary color
Monochromatic Colors of #3FEFC5
Black with #3FEFC5
Text Example
Text Example
White with #3FEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFC5; }
p { color: rgb(63,239,197); }
H1.HeaderClassName
{
color: #3FEFC5;
}
.AnyTagClassName
{
color: #3FEFC5;
}
</style>
background-color css
<style>
a { background-color: #3FEFC5; }
a { background-color: rgb(63,239,197); }
div.DivClassName
{
background-color: #3FEFC5;
}
.BgClassName
{
background-color: #3FEFC5;
}
</style>
border-color css
<style>
span { border-color: #3FEFC5; }
span { border-color: rgb(63,239,197); }
td.TdClassName
{
border-color: #3FEFC5;
}
.TagClassName
{
border-color: #3FEFC5;
}
</style>