Shades of Medium Turquoise #3FCDBD
Tints of Medium Turquoise #3FCDBD
RGB
CMYK
RGB Variations
Color information
#3FCDBD (or 0x3FCDBD) is known color: Medium Turquoise. HEX triplet: 3F, CD and BD. RGB value is (63,205,189). Sum of RGB (Red+Green+Blue) = 63+205+189=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDBD is #C03242. Grayscale: #A0A0A0. Windows color (decimal): -12595779 or 12438847. OLE color: 12438847.
HSL color Cylindrical-coordinate representation of color #3FCDBD: hue angle of 173.24º 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 #3FCDBD is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 189 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.20 |
| HSL | 173.24º | 0.59% | 0.53% | - |
| HSV(B) | 173.24º | 0.69% | 0.8% | - |
| XYZ | 33.07 | 48.39 | 55.74 | - |
| YUV | 160.72 | 143.96 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 189 | 0.69 | 0 | 0.08 | 0.20 | 173.24 | 0.59 | 0.53 |
| Hex | 3F | CD | BD | 45 | 0 | 8 | 14 | AD | 3B | 35 |
| Octal | 77 | 315 | 275 | 105 | 0 | 10 | 24 | 255 | 73 | 65 |
| Binary | 111111 | 11001101 | 10111101 | 1000101 | 0 | 1000 | 10100 | 10101101 | 111011 | 110101 |
Color Harmonies of #3FCDBD
Complementary color
Monochromatic Colors of #3FCDBD
Black with #3FCDBD
Text Example
Text Example
White with #3FCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDBD; }
p { color: rgb(63,205,189); }
H1.HeaderClassName
{
color: #3FCDBD;
}
.AnyTagClassName
{
color: #3FCDBD;
}
</style>
background-color css
<style>
a { background-color: #3FCDBD; }
a { background-color: rgb(63,205,189); }
div.DivClassName
{
background-color: #3FCDBD;
}
.BgClassName
{
background-color: #3FCDBD;
}
</style>
border-color css
<style>
span { border-color: #3FCDBD; }
span { border-color: rgb(63,205,189); }
td.TdClassName
{
border-color: #3FCDBD;
}
.TagClassName
{
border-color: #3FCDBD;
}
</style>