Shades of Medium Turquoise #3FCDCD
Tints of Medium Turquoise #3FCDCD
RGB
CMYK
RGB Variations
Color information
#3FCDCD (or 0x3FCDCD) is known color: Medium Turquoise. HEX triplet: 3F, CD and CD. RGB value is (63,205,205). Sum of RGB (Red+Green+Blue) = 63+205+205=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #3FCDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDCD is #C03232. Grayscale: #A2A2A2. Windows color (decimal): -12595763 or 13487423. OLE color: 13487423.
HSL color Cylindrical-coordinate representation of color #3FCDCD: hue angle of 180º 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 #3FCDCD is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 205 | - |
| CMYK | 0.69 | 0 | 0 | 0.20 |
| HSL | 180º | 0.59% | 0.53% | - |
| HSV(B) | 180º | 0.69% | 0.8% | - |
| XYZ | 34.9 | 49.13 | 65.4 | - |
| YUV | 162.54 | 151.96 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 205 | 0.69 | 0 | 0 | 0.20 | 180 | 0.59 | 0.53 |
| Hex | 3F | CD | CD | 45 | 0 | 0 | 14 | B4 | 3B | 35 |
| Octal | 77 | 315 | 315 | 105 | 0 | 0 | 24 | 264 | 73 | 65 |
| Binary | 111111 | 11001101 | 11001101 | 1000101 | 0 | 0 | 10100 | 10110100 | 111011 | 110101 |
Color Harmonies of #3FCDCD
Complementary color
Monochromatic Colors of #3FCDCD
Black with #3FCDCD
Text Example
Text Example
White with #3FCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDCD; }
p { color: rgb(63,205,205); }
H1.HeaderClassName
{
color: #3FCDCD;
}
.AnyTagClassName
{
color: #3FCDCD;
}
</style>
background-color css
<style>
a { background-color: #3FCDCD; }
a { background-color: rgb(63,205,205); }
div.DivClassName
{
background-color: #3FCDCD;
}
.BgClassName
{
background-color: #3FCDCD;
}
</style>
border-color css
<style>
span { border-color: #3FCDCD; }
span { border-color: rgb(63,205,205); }
td.TdClassName
{
border-color: #3FCDCD;
}
.TagClassName
{
border-color: #3FCDCD;
}
</style>