Shades of Turquoise #3FEFD5
Tints of Turquoise #3FEFD5
RGB
CMYK
RGB Variations
Color information
#3FEFD5 (or 0x3FEFD5) is known color: Turquoise. HEX triplet: 3F, EF and D5. RGB value is (63,239,213). Sum of RGB (Red+Green+Blue) = 63+239+213=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFD5 is #C0102A. Grayscale: #B7B7B7. Windows color (decimal): -12587051 or 14020415. OLE color: 14020415.
HSL color Cylindrical-coordinate representation of color #3FEFD5: hue angle of 171.14º 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 #3FEFD5 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 213 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.06 |
| HSL | 171.14º | 0.85% | 0.59% | - |
| HSV(B) | 171.14º | 0.74% | 0.94% | - |
| XYZ | 44.93 | 67.59 | 73.63 | - |
| YUV | 183.41 | 144.69 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 213 | 0.74 | 0 | 0.11 | 0.06 | 171.14 | 0.85 | 0.59 |
| Hex | 3F | EF | D5 | 4A | 0 | B | 6 | AB | 55 | 3B |
| Octal | 77 | 357 | 325 | 112 | 0 | 13 | 6 | 253 | 125 | 73 |
| Binary | 111111 | 11101111 | 11010101 | 1001010 | 0 | 1011 | 110 | 10101011 | 1010101 | 111011 |
Color Harmonies of #3FEFD5
Complementary color
Monochromatic Colors of #3FEFD5
Black with #3FEFD5
Text Example
Text Example
White with #3FEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFD5; }
p { color: rgb(63,239,213); }
H1.HeaderClassName
{
color: #3FEFD5;
}
.AnyTagClassName
{
color: #3FEFD5;
}
</style>
background-color css
<style>
a { background-color: #3FEFD5; }
a { background-color: rgb(63,239,213); }
div.DivClassName
{
background-color: #3FEFD5;
}
.BgClassName
{
background-color: #3FEFD5;
}
</style>
border-color css
<style>
span { border-color: #3FEFD5; }
span { border-color: rgb(63,239,213); }
td.TdClassName
{
border-color: #3FEFD5;
}
.TagClassName
{
border-color: #3FEFD5;
}
</style>