Shades of Medium Turquoise #3FCFDC
Tints of Medium Turquoise #3FCFDC
RGB
CMYK
RGB Variations
Color information
#3FCFDC (or 0x3FCFDC) is known color: Medium Turquoise. HEX triplet: 3F, CF and DC. RGB value is (63,207,220). Sum of RGB (Red+Green+Blue) = 63+207+220=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FCFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFDC is #C03023. Grayscale: #A5A5A5. Windows color (decimal): -12595236 or 14470975. OLE color: 14470975.
HSL color Cylindrical-coordinate representation of color #3FCFDC: hue angle of 184.97º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FCFDC is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 207 | 220 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.14 |
| HSL | 184.97º | 0.69% | 0.55% | - |
| HSV(B) | 184.97º | 0.71% | 0.86% | - |
| XYZ | 37.28 | 50.85 | 75.56 | - |
| YUV | 165.43 | 158.79 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 220 | 0.71 | 0.06 | 0 | 0.14 | 184.97 | 0.69 | 0.55 |
| Hex | 3F | CF | DC | 47 | 6 | 0 | E | B9 | 45 | 37 |
| Octal | 77 | 317 | 334 | 107 | 6 | 0 | 16 | 271 | 105 | 67 |
| Binary | 111111 | 11001111 | 11011100 | 1000111 | 110 | 0 | 1110 | 10111001 | 1000101 | 110111 |
Color Harmonies of #3FCFDC
Complementary color
Monochromatic Colors of #3FCFDC
Black with #3FCFDC
Text Example
Text Example
White with #3FCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFDC; }
p { color: rgb(63,207,220); }
H1.HeaderClassName
{
color: #3FCFDC;
}
.AnyTagClassName
{
color: #3FCFDC;
}
</style>
background-color css
<style>
a { background-color: #3FCFDC; }
a { background-color: rgb(63,207,220); }
div.DivClassName
{
background-color: #3FCFDC;
}
.BgClassName
{
background-color: #3FCFDC;
}
</style>
border-color css
<style>
span { border-color: #3FCFDC; }
span { border-color: rgb(63,207,220); }
td.TdClassName
{
border-color: #3FCFDC;
}
.TagClassName
{
border-color: #3FCFDC;
}
</style>