Shades of Medium Turquoise #3FCDCB
Tints of Medium Turquoise #3FCDCB
RGB
CMYK
RGB Variations
Color information
#3FCDCB (or 0x3FCDCB) is known color: Medium Turquoise. HEX triplet: 3F, CD and CB. RGB value is (63,205,203). Sum of RGB (Red+Green+Blue) = 63+205+203=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDCB is #C03234. Grayscale: #A2A2A2. Windows color (decimal): -12595765 or 13356351. OLE color: 13356351.
HSL color Cylindrical-coordinate representation of color #3FCDCB: hue angle of 179.15º 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 #3FCDCB is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 203 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.20 |
| HSL | 179.15º | 0.59% | 0.53% | - |
| HSV(B) | 179.15º | 0.69% | 0.8% | - |
| XYZ | 34.66 | 49.03 | 64.14 | - |
| YUV | 162.31 | 150.96 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 203 | 0.69 | 0 | 0.01 | 0.20 | 179.15 | 0.59 | 0.53 |
| Hex | 3F | CD | CB | 45 | 0 | 1 | 14 | B3 | 3B | 35 |
| Octal | 77 | 315 | 313 | 105 | 0 | 1 | 24 | 263 | 73 | 65 |
| Binary | 111111 | 11001101 | 11001011 | 1000101 | 0 | 1 | 10100 | 10110011 | 111011 | 110101 |
Color Harmonies of #3FCDCB
Complementary color
Monochromatic Colors of #3FCDCB
Black with #3FCDCB
Text Example
Text Example
White with #3FCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDCB; }
p { color: rgb(63,205,203); }
H1.HeaderClassName
{
color: #3FCDCB;
}
.AnyTagClassName
{
color: #3FCDCB;
}
</style>
background-color css
<style>
a { background-color: #3FCDCB; }
a { background-color: rgb(63,205,203); }
div.DivClassName
{
background-color: #3FCDCB;
}
.BgClassName
{
background-color: #3FCDCB;
}
</style>
border-color css
<style>
span { border-color: #3FCDCB; }
span { border-color: rgb(63,205,203); }
td.TdClassName
{
border-color: #3FCDCB;
}
.TagClassName
{
border-color: #3FCDCB;
}
</style>