Shades of Medium Turquoise #3FCADC
Tints of Medium Turquoise #3FCADC
RGB
CMYK
RGB Variations
Color information
#3FCADC (or 0x3FCADC) is known color: Medium Turquoise. HEX triplet: 3F, CA and DC. RGB value is (63,202,220). Sum of RGB (Red+Green+Blue) = 63+202+220=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FCADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCADC is #C03523. Grayscale: #A2A2A2. Windows color (decimal): -12596516 or 14469695. OLE color: 14469695.
HSL color Cylindrical-coordinate representation of color #3FCADC: hue angle of 186.88º 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 #3FCADC is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 202 | 220 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.14 |
| HSL | 186.88º | 0.69% | 0.55% | - |
| HSV(B) | 186.88º | 0.71% | 0.86% | - |
| XYZ | 36.09 | 48.47 | 75.16 | - |
| YUV | 162.49 | 160.45 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 220 | 0.71 | 0.08 | 0 | 0.14 | 186.88 | 0.69 | 0.55 |
| Hex | 3F | CA | DC | 47 | 8 | 0 | E | BB | 45 | 37 |
| Octal | 77 | 312 | 334 | 107 | 10 | 0 | 16 | 273 | 105 | 67 |
| Binary | 111111 | 11001010 | 11011100 | 1000111 | 1000 | 0 | 1110 | 10111011 | 1000101 | 110111 |
Color Harmonies of #3FCADC
Complementary color
Monochromatic Colors of #3FCADC
Black with #3FCADC
Text Example
Text Example
White with #3FCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCADC; }
p { color: rgb(63,202,220); }
H1.HeaderClassName
{
color: #3FCADC;
}
.AnyTagClassName
{
color: #3FCADC;
}
</style>
background-color css
<style>
a { background-color: #3FCADC; }
a { background-color: rgb(63,202,220); }
div.DivClassName
{
background-color: #3FCADC;
}
.BgClassName
{
background-color: #3FCADC;
}
</style>
border-color css
<style>
span { border-color: #3FCADC; }
span { border-color: rgb(63,202,220); }
td.TdClassName
{
border-color: #3FCADC;
}
.TagClassName
{
border-color: #3FCADC;
}
</style>