Shades of Turquoise #3FEFC3
Tints of Turquoise #3FEFC3
RGB
CMYK
RGB Variations
Color information
#3FEFC3 (or 0x3FEFC3) is known color: Turquoise. HEX triplet: 3F, EF and C3. RGB value is (63,239,195). Sum of RGB (Red+Green+Blue) = 63+239+195=497 (65% of max value = 765). Red value is 63 (25% from 255 or 12.68% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFC3 is #C0103C. Grayscale: #B5B5B5. Windows color (decimal): -12587069 or 12840767. OLE color: 12840767.
HSL color Cylindrical-coordinate representation of color #3FEFC3: hue angle of 165º 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 #3FEFC3 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 195 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.06 |
| HSL | 165º | 0.85% | 0.59% | - |
| HSV(B) | 165º | 0.74% | 0.94% | - |
| XYZ | 42.77 | 66.73 | 62.26 | - |
| YUV | 181.36 | 135.69 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 195 | 0.74 | 0 | 0.18 | 0.06 | 165 | 0.85 | 0.59 |
| Hex | 3F | EF | C3 | 4A | 0 | 12 | 6 | A5 | 55 | 3B |
| Octal | 77 | 357 | 303 | 112 | 0 | 22 | 6 | 245 | 125 | 73 |
| Binary | 111111 | 11101111 | 11000011 | 1001010 | 0 | 10010 | 110 | 10100101 | 1010101 | 111011 |
Color Harmonies of #3FEFC3
Complementary color
Monochromatic Colors of #3FEFC3
Black with #3FEFC3
Text Example
Text Example
White with #3FEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFC3; }
p { color: rgb(63,239,195); }
H1.HeaderClassName
{
color: #3FEFC3;
}
.AnyTagClassName
{
color: #3FEFC3;
}
</style>
background-color css
<style>
a { background-color: #3FEFC3; }
a { background-color: rgb(63,239,195); }
div.DivClassName
{
background-color: #3FEFC3;
}
.BgClassName
{
background-color: #3FEFC3;
}
</style>
border-color css
<style>
span { border-color: #3FEFC3; }
span { border-color: rgb(63,239,195); }
td.TdClassName
{
border-color: #3FEFC3;
}
.TagClassName
{
border-color: #3FEFC3;
}
</style>