Shades of Turquoise #3FEFB5
Tints of Turquoise #3FEFB5
RGB
CMYK
RGB Variations
Color information
#3FEFB5 (or 0x3FEFB5) is known color: Turquoise. HEX triplet: 3F, EF and B5. RGB value is (63,239,181). Sum of RGB (Red+Green+Blue) = 63+239+181=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFB5 is #C0104A. Grayscale: #B3B3B3. Windows color (decimal): -12587083 or 11923263. OLE color: 11923263.
HSL color Cylindrical-coordinate representation of color #3FEFB5: hue angle of 160.23º 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 #3FEFB5 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 181 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.06 |
| HSL | 160.23º | 0.85% | 0.59% | - |
| HSV(B) | 160.23º | 0.74% | 0.94% | - |
| XYZ | 41.26 | 66.13 | 54.31 | - |
| YUV | 179.76 | 128.69 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 181 | 0.74 | 0 | 0.24 | 0.06 | 160.23 | 0.85 | 0.59 |
| Hex | 3F | EF | B5 | 4A | 0 | 18 | 6 | A0 | 55 | 3B |
| Octal | 77 | 357 | 265 | 112 | 0 | 30 | 6 | 240 | 125 | 73 |
| Binary | 111111 | 11101111 | 10110101 | 1001010 | 0 | 11000 | 110 | 10100000 | 1010101 | 111011 |
Color Harmonies of #3FEFB5
Complementary color
Monochromatic Colors of #3FEFB5
Black with #3FEFB5
Text Example
Text Example
White with #3FEFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFB5; }
p { color: rgb(63,239,181); }
H1.HeaderClassName
{
color: #3FEFB5;
}
.AnyTagClassName
{
color: #3FEFB5;
}
</style>
background-color css
<style>
a { background-color: #3FEFB5; }
a { background-color: rgb(63,239,181); }
div.DivClassName
{
background-color: #3FEFB5;
}
.BgClassName
{
background-color: #3FEFB5;
}
</style>
border-color css
<style>
span { border-color: #3FEFB5; }
span { border-color: rgb(63,239,181); }
td.TdClassName
{
border-color: #3FEFB5;
}
.TagClassName
{
border-color: #3FEFB5;
}
</style>