Shades of Turquoise #3FEEB6
Tints of Turquoise #3FEEB6
RGB
CMYK
RGB Variations
Color information
#3FEEB6 (or 0x3FEEB6) is known color: Turquoise. HEX triplet: 3F, EE and B6. RGB value is (63,238,182). Sum of RGB (Red+Green+Blue) = 63+238+182=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEEB6 is #C01149. Grayscale: #B3B3B3. Windows color (decimal): -12587338 or 11988543. OLE color: 11988543.
HSL color Cylindrical-coordinate representation of color #3FEEB6: hue angle of 160.8º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEEB6 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 182 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.07 |
| HSL | 160.8º | 0.84% | 0.59% | - |
| HSV(B) | 160.8º | 0.74% | 0.93% | - |
| XYZ | 41.07 | 65.58 | 54.75 | - |
| YUV | 179.29 | 129.52 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 182 | 0.74 | 0 | 0.24 | 0.07 | 160.8 | 0.84 | 0.59 |
| Hex | 3F | EE | B6 | 4A | 0 | 18 | 7 | A1 | 54 | 3B |
| Octal | 77 | 356 | 266 | 112 | 0 | 30 | 7 | 241 | 124 | 73 |
| Binary | 111111 | 11101110 | 10110110 | 1001010 | 0 | 11000 | 111 | 10100001 | 1010100 | 111011 |
Color Harmonies of #3FEEB6
Complementary color
Monochromatic Colors of #3FEEB6
Black with #3FEEB6
Text Example
Text Example
White with #3FEEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEB6; }
p { color: rgb(63,238,182); }
H1.HeaderClassName
{
color: #3FEEB6;
}
.AnyTagClassName
{
color: #3FEEB6;
}
</style>
background-color css
<style>
a { background-color: #3FEEB6; }
a { background-color: rgb(63,238,182); }
div.DivClassName
{
background-color: #3FEEB6;
}
.BgClassName
{
background-color: #3FEEB6;
}
</style>
border-color css
<style>
span { border-color: #3FEEB6; }
span { border-color: rgb(63,238,182); }
td.TdClassName
{
border-color: #3FEEB6;
}
.TagClassName
{
border-color: #3FEEB6;
}
</style>