Shades of Medium Turquoise #3FCEBB
Tints of Medium Turquoise #3FCEBB
RGB
CMYK
RGB Variations
Color information
#3FCEBB (or 0x3FCEBB) is known color: Medium Turquoise. HEX triplet: 3F, CE and BB. RGB value is (63,206,187). Sum of RGB (Red+Green+Blue) = 63+206+187=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEBB is #C03144. Grayscale: #A1A1A1. Windows color (decimal): -12595525 or 12308031. OLE color: 12308031.
HSL color Cylindrical-coordinate representation of color #3FCEBB: hue angle of 172.03º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCEBB is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 187 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.19 |
| HSL | 172.03º | 0.59% | 0.53% | - |
| HSV(B) | 172.03º | 0.69% | 0.81% | - |
| XYZ | 33.09 | 48.79 | 54.69 | - |
| YUV | 161.08 | 142.62 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 187 | 0.69 | 0 | 0.09 | 0.19 | 172.03 | 0.59 | 0.53 |
| Hex | 3F | CE | BB | 45 | 0 | 9 | 13 | AC | 3B | 35 |
| Octal | 77 | 316 | 273 | 105 | 0 | 11 | 23 | 254 | 73 | 65 |
| Binary | 111111 | 11001110 | 10111011 | 1000101 | 0 | 1001 | 10011 | 10101100 | 111011 | 110101 |
Color Harmonies of #3FCEBB
Complementary color
Monochromatic Colors of #3FCEBB
Black with #3FCEBB
Text Example
Text Example
White with #3FCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEBB; }
p { color: rgb(63,206,187); }
H1.HeaderClassName
{
color: #3FCEBB;
}
.AnyTagClassName
{
color: #3FCEBB;
}
</style>
background-color css
<style>
a { background-color: #3FCEBB; }
a { background-color: rgb(63,206,187); }
div.DivClassName
{
background-color: #3FCEBB;
}
.BgClassName
{
background-color: #3FCEBB;
}
</style>
border-color css
<style>
span { border-color: #3FCEBB; }
span { border-color: rgb(63,206,187); }
td.TdClassName
{
border-color: #3FCEBB;
}
.TagClassName
{
border-color: #3FCEBB;
}
</style>