Shades of Medium Turquoise #3FCDDC
Tints of Medium Turquoise #3FCDDC
RGB
CMYK
RGB Variations
Color information
#3FCDDC (or 0x3FCDDC) is known color: Medium Turquoise. HEX triplet: 3F, CD and DC. RGB value is (63,205,220). Sum of RGB (Red+Green+Blue) = 63+205+220=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FCDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDDC is #C03223. Grayscale: #A4A4A4. Windows color (decimal): -12595748 or 14470463. OLE color: 14470463.
HSL color Cylindrical-coordinate representation of color #3FCDDC: hue angle of 185.73º 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 #3FCDDC is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 205 | 220 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.14 |
| HSL | 185.73º | 0.69% | 0.55% | - |
| HSV(B) | 185.73º | 0.71% | 0.86% | - |
| XYZ | 36.8 | 49.89 | 75.4 | - |
| YUV | 164.25 | 159.46 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 220 | 0.71 | 0.07 | 0 | 0.14 | 185.73 | 0.69 | 0.55 |
| Hex | 3F | CD | DC | 47 | 7 | 0 | E | BA | 45 | 37 |
| Octal | 77 | 315 | 334 | 107 | 7 | 0 | 16 | 272 | 105 | 67 |
| Binary | 111111 | 11001101 | 11011100 | 1000111 | 111 | 0 | 1110 | 10111010 | 1000101 | 110111 |
Color Harmonies of #3FCDDC
Complementary color
Monochromatic Colors of #3FCDDC
Black with #3FCDDC
Text Example
Text Example
White with #3FCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDDC; }
p { color: rgb(63,205,220); }
H1.HeaderClassName
{
color: #3FCDDC;
}
.AnyTagClassName
{
color: #3FCDDC;
}
</style>
background-color css
<style>
a { background-color: #3FCDDC; }
a { background-color: rgb(63,205,220); }
div.DivClassName
{
background-color: #3FCDDC;
}
.BgClassName
{
background-color: #3FCDDC;
}
</style>
border-color css
<style>
span { border-color: #3FCDDC; }
span { border-color: rgb(63,205,220); }
td.TdClassName
{
border-color: #3FCDDC;
}
.TagClassName
{
border-color: #3FCDDC;
}
</style>