Shades of Medium Turquoise #3FCDCF
Tints of Medium Turquoise #3FCDCF
RGB
CMYK
RGB Variations
Color information
#3FCDCF (or 0x3FCDCF) is known color: Medium Turquoise. HEX triplet: 3F, CD and CF. RGB value is (63,205,207). Sum of RGB (Red+Green+Blue) = 63+205+207=475 (62% of max value = 765). Red value is 63 (25% from 255 or 13.26% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FCDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDCF is #C03230. Grayscale: #A2A2A2. Windows color (decimal): -12595761 or 13618495. OLE color: 13618495.
HSL color Cylindrical-coordinate representation of color #3FCDCF: hue angle of 180.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCDCF is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 205 | 207 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.19 |
| HSL | 180.83º | 0.6% | 0.53% | - |
| HSV(B) | 180.83º | 0.7% | 0.81% | - |
| XYZ | 35.14 | 49.22 | 66.68 | - |
| YUV | 162.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 207 | 0.70 | 0.01 | 0 | 0.19 | 180.83 | 0.6 | 0.53 |
| Hex | 3F | CD | CF | 46 | 1 | 0 | 13 | B5 | 3C | 35 |
| Octal | 77 | 315 | 317 | 106 | 1 | 0 | 23 | 265 | 74 | 65 |
| Binary | 111111 | 11001101 | 11001111 | 1000110 | 1 | 0 | 10011 | 10110101 | 111100 | 110101 |
Color Harmonies of #3FCDCF
Complementary color
Monochromatic Colors of #3FCDCF
Black with #3FCDCF
Text Example
Text Example
White with #3FCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDCF; }
p { color: rgb(63,205,207); }
H1.HeaderClassName
{
color: #3FCDCF;
}
.AnyTagClassName
{
color: #3FCDCF;
}
</style>
background-color css
<style>
a { background-color: #3FCDCF; }
a { background-color: rgb(63,205,207); }
div.DivClassName
{
background-color: #3FCDCF;
}
.BgClassName
{
background-color: #3FCDCF;
}
</style>
border-color css
<style>
span { border-color: #3FCDCF; }
span { border-color: rgb(63,205,207); }
td.TdClassName
{
border-color: #3FCDCF;
}
.TagClassName
{
border-color: #3FCDCF;
}
</style>