Shades of Turquoise #3FEFC4
Tints of Turquoise #3FEFC4
RGB
CMYK
RGB Variations
Color information
#3FEFC4 (or 0x3FEFC4) is known color: Turquoise. HEX triplet: 3F, EF and C4. RGB value is (63,239,196). Sum of RGB (Red+Green+Blue) = 63+239+196=498 (65% of max value = 765). Red value is 63 (25% from 255 or 12.65% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFC4 is #C0103B. Grayscale: #B5B5B5. Windows color (decimal): -12587068 or 12906303. OLE color: 12906303.
HSL color Cylindrical-coordinate representation of color #3FEFC4: hue angle of 165.34º 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 #3FEFC4 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 196 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.06 |
| HSL | 165.34º | 0.85% | 0.59% | - |
| HSV(B) | 165.34º | 0.74% | 0.94% | - |
| XYZ | 42.88 | 66.78 | 62.85 | - |
| YUV | 181.47 | 136.19 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 196 | 0.74 | 0 | 0.18 | 0.06 | 165.34 | 0.85 | 0.59 |
| Hex | 3F | EF | C4 | 4A | 0 | 12 | 6 | A5 | 55 | 3B |
| Octal | 77 | 357 | 304 | 112 | 0 | 22 | 6 | 245 | 125 | 73 |
| Binary | 111111 | 11101111 | 11000100 | 1001010 | 0 | 10010 | 110 | 10100101 | 1010101 | 111011 |
Color Harmonies of #3FEFC4
Complementary color
Monochromatic Colors of #3FEFC4
Black with #3FEFC4
Text Example
Text Example
White with #3FEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFC4; }
p { color: rgb(63,239,196); }
H1.HeaderClassName
{
color: #3FEFC4;
}
.AnyTagClassName
{
color: #3FEFC4;
}
</style>
background-color css
<style>
a { background-color: #3FEFC4; }
a { background-color: rgb(63,239,196); }
div.DivClassName
{
background-color: #3FEFC4;
}
.BgClassName
{
background-color: #3FEFC4;
}
</style>
border-color css
<style>
span { border-color: #3FEFC4; }
span { border-color: rgb(63,239,196); }
td.TdClassName
{
border-color: #3FEFC4;
}
.TagClassName
{
border-color: #3FEFC4;
}
</style>