Shades of Turquoise #3FEFB6
Tints of Turquoise #3FEFB6
RGB
CMYK
RGB Variations
Color information
#3FEFB6 (or 0x3FEFB6) is known color: Turquoise. HEX triplet: 3F, EF and B6. RGB value is (63,239,182). Sum of RGB (Red+Green+Blue) = 63+239+182=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFB6 is #C01049. Grayscale: #B3B3B3. Windows color (decimal): -12587082 or 11988799. OLE color: 11988799.
HSL color Cylindrical-coordinate representation of color #3FEFB6: hue angle of 160.57º 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 #3FEFB6 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 182 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.06 |
| HSL | 160.57º | 0.85% | 0.59% | - |
| HSV(B) | 160.57º | 0.74% | 0.94% | - |
| XYZ | 41.36 | 66.17 | 54.85 | - |
| YUV | 179.88 | 129.19 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 182 | 0.74 | 0 | 0.24 | 0.06 | 160.57 | 0.85 | 0.59 |
| Hex | 3F | EF | B6 | 4A | 0 | 18 | 6 | A1 | 55 | 3B |
| Octal | 77 | 357 | 266 | 112 | 0 | 30 | 6 | 241 | 125 | 73 |
| Binary | 111111 | 11101111 | 10110110 | 1001010 | 0 | 11000 | 110 | 10100001 | 1010101 | 111011 |
Color Harmonies of #3FEFB6
Complementary color
Monochromatic Colors of #3FEFB6
Black with #3FEFB6
Text Example
Text Example
White with #3FEFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFB6; }
p { color: rgb(63,239,182); }
H1.HeaderClassName
{
color: #3FEFB6;
}
.AnyTagClassName
{
color: #3FEFB6;
}
</style>
background-color css
<style>
a { background-color: #3FEFB6; }
a { background-color: rgb(63,239,182); }
div.DivClassName
{
background-color: #3FEFB6;
}
.BgClassName
{
background-color: #3FEFB6;
}
</style>
border-color css
<style>
span { border-color: #3FEFB6; }
span { border-color: rgb(63,239,182); }
td.TdClassName
{
border-color: #3FEFB6;
}
.TagClassName
{
border-color: #3FEFB6;
}
</style>