Shades of Medium Turquoise #3FCDDD
Tints of Medium Turquoise #3FCDDD
RGB
CMYK
RGB Variations
Color information
#3FCDDD (or 0x3FCDDD) is known color: Medium Turquoise. HEX triplet: 3F, CD and DD. RGB value is (63,205,221). Sum of RGB (Red+Green+Blue) = 63+205+221=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #3FCDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDDD is #C03222. Grayscale: #A4A4A4. Windows color (decimal): -12595747 or 14535999. OLE color: 14535999.
HSL color Cylindrical-coordinate representation of color #3FCDDD: hue angle of 186.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FCDDD is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 205 | 221 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.13 |
| HSL | 186.08º | 0.7% | 0.56% | - |
| HSV(B) | 186.08º | 0.71% | 0.87% | - |
| XYZ | 36.93 | 49.94 | 76.1 | - |
| YUV | 164.37 | 159.96 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 221 | 0.71 | 0.07 | 0 | 0.13 | 186.08 | 0.7 | 0.56 |
| Hex | 3F | CD | DD | 47 | 7 | 0 | D | BA | 46 | 38 |
| Octal | 77 | 315 | 335 | 107 | 7 | 0 | 15 | 272 | 106 | 70 |
| Binary | 111111 | 11001101 | 11011101 | 1000111 | 111 | 0 | 1101 | 10111010 | 1000110 | 111000 |
Color Harmonies of #3FCDDD
Complementary color
Monochromatic Colors of #3FCDDD
Black with #3FCDDD
Text Example
Text Example
White with #3FCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDDD; }
p { color: rgb(63,205,221); }
H1.HeaderClassName
{
color: #3FCDDD;
}
.AnyTagClassName
{
color: #3FCDDD;
}
</style>
background-color css
<style>
a { background-color: #3FCDDD; }
a { background-color: rgb(63,205,221); }
div.DivClassName
{
background-color: #3FCDDD;
}
.BgClassName
{
background-color: #3FCDDD;
}
</style>
border-color css
<style>
span { border-color: #3FCDDD; }
span { border-color: rgb(63,205,221); }
td.TdClassName
{
border-color: #3FCDDD;
}
.TagClassName
{
border-color: #3FCDDD;
}
</style>