Shades of Medium Turquoise #3FCEDC
Tints of Medium Turquoise #3FCEDC
RGB
CMYK
RGB Variations
Color information
#3FCEDC (or 0x3FCEDC) is known color: Medium Turquoise. HEX triplet: 3F, CE and DC. RGB value is (63,206,220). Sum of RGB (Red+Green+Blue) = 63+206+220=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FCEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEDC is #C03123. Grayscale: #A4A4A4. Windows color (decimal): -12595492 or 14470719. OLE color: 14470719.
HSL color Cylindrical-coordinate representation of color #3FCEDC: hue angle of 185.35º 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 #3FCEDC is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 206 | 220 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.14 |
| HSL | 185.35º | 0.69% | 0.55% | - |
| HSV(B) | 185.35º | 0.71% | 0.86% | - |
| XYZ | 37.04 | 50.37 | 75.48 | - |
| YUV | 164.84 | 159.12 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 220 | 0.71 | 0.06 | 0 | 0.14 | 185.35 | 0.69 | 0.55 |
| Hex | 3F | CE | DC | 47 | 6 | 0 | E | B9 | 45 | 37 |
| Octal | 77 | 316 | 334 | 107 | 6 | 0 | 16 | 271 | 105 | 67 |
| Binary | 111111 | 11001110 | 11011100 | 1000111 | 110 | 0 | 1110 | 10111001 | 1000101 | 110111 |
Color Harmonies of #3FCEDC
Complementary color
Monochromatic Colors of #3FCEDC
Black with #3FCEDC
Text Example
Text Example
White with #3FCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEDC; }
p { color: rgb(63,206,220); }
H1.HeaderClassName
{
color: #3FCEDC;
}
.AnyTagClassName
{
color: #3FCEDC;
}
</style>
background-color css
<style>
a { background-color: #3FCEDC; }
a { background-color: rgb(63,206,220); }
div.DivClassName
{
background-color: #3FCEDC;
}
.BgClassName
{
background-color: #3FCEDC;
}
</style>
border-color css
<style>
span { border-color: #3FCEDC; }
span { border-color: rgb(63,206,220); }
td.TdClassName
{
border-color: #3FCEDC;
}
.TagClassName
{
border-color: #3FCEDC;
}
</style>