Shades of Medium Turquoise #3FCCDC
Tints of Medium Turquoise #3FCCDC
RGB
CMYK
RGB Variations
Color information
#3FCCDC (or 0x3FCCDC) is known color: Medium Turquoise. HEX triplet: 3F, CC and DC. RGB value is (63,204,220). Sum of RGB (Red+Green+Blue) = 63+204+220=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FCCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCDC is #C03323. Grayscale: #A3A3A3. Windows color (decimal): -12596004 or 14470207. OLE color: 14470207.
HSL color Cylindrical-coordinate representation of color #3FCCDC: hue angle of 186.11º 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 #3FCCDC is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 204 | 220 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.14 |
| HSL | 186.11º | 0.69% | 0.55% | - |
| HSV(B) | 186.11º | 0.71% | 0.86% | - |
| XYZ | 36.56 | 49.41 | 75.32 | - |
| YUV | 163.67 | 159.79 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 220 | 0.71 | 0.07 | 0 | 0.14 | 186.11 | 0.69 | 0.55 |
| Hex | 3F | CC | DC | 47 | 7 | 0 | E | BA | 45 | 37 |
| Octal | 77 | 314 | 334 | 107 | 7 | 0 | 16 | 272 | 105 | 67 |
| Binary | 111111 | 11001100 | 11011100 | 1000111 | 111 | 0 | 1110 | 10111010 | 1000101 | 110111 |
Color Harmonies of #3FCCDC
Complementary color
Monochromatic Colors of #3FCCDC
Black with #3FCCDC
Text Example
Text Example
White with #3FCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCDC; }
p { color: rgb(63,204,220); }
H1.HeaderClassName
{
color: #3FCCDC;
}
.AnyTagClassName
{
color: #3FCCDC;
}
</style>
background-color css
<style>
a { background-color: #3FCCDC; }
a { background-color: rgb(63,204,220); }
div.DivClassName
{
background-color: #3FCCDC;
}
.BgClassName
{
background-color: #3FCCDC;
}
</style>
border-color css
<style>
span { border-color: #3FCCDC; }
span { border-color: rgb(63,204,220); }
td.TdClassName
{
border-color: #3FCCDC;
}
.TagClassName
{
border-color: #3FCCDC;
}
</style>