Shades of Medium Turquoise #3FCDBF
Tints of Medium Turquoise #3FCDBF
RGB
CMYK
RGB Variations
Color information
#3FCDBF (or 0x3FCDBF) is known color: Medium Turquoise. HEX triplet: 3F, CD and BF. RGB value is (63,205,191). Sum of RGB (Red+Green+Blue) = 63+205+191=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDBF is #C03240. Grayscale: #A0A0A0. Windows color (decimal): -12595777 or 12569919. OLE color: 12569919.
HSL color Cylindrical-coordinate representation of color #3FCDBF: hue angle of 174.08º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCDBF is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 191 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.20 |
| HSL | 174.08º | 0.59% | 0.53% | - |
| HSV(B) | 174.08º | 0.69% | 0.8% | - |
| XYZ | 33.29 | 48.48 | 56.89 | - |
| YUV | 160.95 | 144.96 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 191 | 0.69 | 0 | 0.07 | 0.20 | 174.08 | 0.59 | 0.53 |
| Hex | 3F | CD | BF | 45 | 0 | 7 | 14 | AE | 3B | 35 |
| Octal | 77 | 315 | 277 | 105 | 0 | 7 | 24 | 256 | 73 | 65 |
| Binary | 111111 | 11001101 | 10111111 | 1000101 | 0 | 111 | 10100 | 10101110 | 111011 | 110101 |
Color Harmonies of #3FCDBF
Complementary color
Monochromatic Colors of #3FCDBF
Black with #3FCDBF
Text Example
Text Example
White with #3FCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDBF; }
p { color: rgb(63,205,191); }
H1.HeaderClassName
{
color: #3FCDBF;
}
.AnyTagClassName
{
color: #3FCDBF;
}
</style>
background-color css
<style>
a { background-color: #3FCDBF; }
a { background-color: rgb(63,205,191); }
div.DivClassName
{
background-color: #3FCDBF;
}
.BgClassName
{
background-color: #3FCDBF;
}
</style>
border-color css
<style>
span { border-color: #3FCDBF; }
span { border-color: rgb(63,205,191); }
td.TdClassName
{
border-color: #3FCDBF;
}
.TagClassName
{
border-color: #3FCDBF;
}
</style>