Shades of Turquoise #3FEEBC
Tints of Turquoise #3FEEBC
RGB
CMYK
RGB Variations
Color information
#3FEEBC (or 0x3FEEBC) is known color: Turquoise. HEX triplet: 3F, EE and BC. RGB value is (63,238,188). Sum of RGB (Red+Green+Blue) = 63+238+188=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEEBC is #C01143. Grayscale: #B4B4B4. Windows color (decimal): -12587332 or 12381759. OLE color: 12381759.
HSL color Cylindrical-coordinate representation of color #3FEEBC: hue angle of 162.86º 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 #3FEEBC is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 188 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.07 |
| HSL | 162.86º | 0.84% | 0.59% | - |
| HSV(B) | 162.86º | 0.74% | 0.93% | - |
| XYZ | 41.7 | 65.84 | 58.09 | - |
| YUV | 179.98 | 132.52 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 188 | 0.74 | 0 | 0.21 | 0.07 | 162.86 | 0.84 | 0.59 |
| Hex | 3F | EE | BC | 4A | 0 | 15 | 7 | A3 | 54 | 3B |
| Octal | 77 | 356 | 274 | 112 | 0 | 25 | 7 | 243 | 124 | 73 |
| Binary | 111111 | 11101110 | 10111100 | 1001010 | 0 | 10101 | 111 | 10100011 | 1010100 | 111011 |
Color Harmonies of #3FEEBC
Complementary color
Monochromatic Colors of #3FEEBC
Black with #3FEEBC
Text Example
Text Example
White with #3FEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEBC; }
p { color: rgb(63,238,188); }
H1.HeaderClassName
{
color: #3FEEBC;
}
.AnyTagClassName
{
color: #3FEEBC;
}
</style>
background-color css
<style>
a { background-color: #3FEEBC; }
a { background-color: rgb(63,238,188); }
div.DivClassName
{
background-color: #3FEEBC;
}
.BgClassName
{
background-color: #3FEEBC;
}
</style>
border-color css
<style>
span { border-color: #3FEEBC; }
span { border-color: rgb(63,238,188); }
td.TdClassName
{
border-color: #3FEEBC;
}
.TagClassName
{
border-color: #3FEEBC;
}
</style>