Shades of Medium Turquoise #3FCCD6
Tints of Medium Turquoise #3FCCD6
RGB
CMYK
RGB Variations
Color information
#3FCCD6 (or 0x3FCCD6) is known color: Medium Turquoise. HEX triplet: 3F, CC and D6. RGB value is (63,204,214). Sum of RGB (Red+Green+Blue) = 63+204+214=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #3FCCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCD6 is #C03329. Grayscale: #A2A2A2. Windows color (decimal): -12596010 or 14076991. OLE color: 14076991.
HSL color Cylindrical-coordinate representation of color #3FCCD6: hue angle of 183.97º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FCCD6 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 204 | 214 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.16 |
| HSL | 183.97º | 0.65% | 0.54% | - |
| HSV(B) | 183.97º | 0.71% | 0.84% | - |
| XYZ | 35.78 | 49.1 | 71.21 | - |
| YUV | 162.98 | 156.79 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 214 | 0.71 | 0.05 | 0 | 0.16 | 183.97 | 0.65 | 0.54 |
| Hex | 3F | CC | D6 | 47 | 5 | 0 | 10 | B8 | 41 | 36 |
| Octal | 77 | 314 | 326 | 107 | 5 | 0 | 20 | 270 | 101 | 66 |
| Binary | 111111 | 11001100 | 11010110 | 1000111 | 101 | 0 | 10000 | 10111000 | 1000001 | 110110 |
Color Harmonies of #3FCCD6
Complementary color
Monochromatic Colors of #3FCCD6
Black with #3FCCD6
Text Example
Text Example
White with #3FCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCD6; }
p { color: rgb(63,204,214); }
H1.HeaderClassName
{
color: #3FCCD6;
}
.AnyTagClassName
{
color: #3FCCD6;
}
</style>
background-color css
<style>
a { background-color: #3FCCD6; }
a { background-color: rgb(63,204,214); }
div.DivClassName
{
background-color: #3FCCD6;
}
.BgClassName
{
background-color: #3FCCD6;
}
</style>
border-color css
<style>
span { border-color: #3FCCD6; }
span { border-color: rgb(63,204,214); }
td.TdClassName
{
border-color: #3FCCD6;
}
.TagClassName
{
border-color: #3FCCD6;
}
</style>