Shades of Medium Turquoise #3FCCCF
Tints of Medium Turquoise #3FCCCF
RGB
CMYK
RGB Variations
Color information
#3FCCCF (or 0x3FCCCF) is known color: Medium Turquoise. HEX triplet: 3F, CC and CF. RGB value is (63,204,207). Sum of RGB (Red+Green+Blue) = 63+204+207=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FCCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCCF is #C03330. Grayscale: #A2A2A2. Windows color (decimal): -12596017 or 13618239. OLE color: 13618239.
HSL color Cylindrical-coordinate representation of color #3FCCCF: hue angle of 181.25º 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 #3FCCCF is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 204 | 207 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.19 |
| HSL | 181.25º | 0.6% | 0.53% | - |
| HSV(B) | 181.25º | 0.7% | 0.81% | - |
| XYZ | 34.91 | 48.75 | 66.6 | - |
| YUV | 162.18 | 153.29 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 207 | 0.70 | 0.01 | 0 | 0.19 | 181.25 | 0.6 | 0.53 |
| Hex | 3F | CC | CF | 46 | 1 | 0 | 13 | B5 | 3C | 35 |
| Octal | 77 | 314 | 317 | 106 | 1 | 0 | 23 | 265 | 74 | 65 |
| Binary | 111111 | 11001100 | 11001111 | 1000110 | 1 | 0 | 10011 | 10110101 | 111100 | 110101 |
Color Harmonies of #3FCCCF
Complementary color
Monochromatic Colors of #3FCCCF
Black with #3FCCCF
Text Example
Text Example
White with #3FCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCCF; }
p { color: rgb(63,204,207); }
H1.HeaderClassName
{
color: #3FCCCF;
}
.AnyTagClassName
{
color: #3FCCCF;
}
</style>
background-color css
<style>
a { background-color: #3FCCCF; }
a { background-color: rgb(63,204,207); }
div.DivClassName
{
background-color: #3FCCCF;
}
.BgClassName
{
background-color: #3FCCCF;
}
</style>
border-color css
<style>
span { border-color: #3FCCCF; }
span { border-color: rgb(63,204,207); }
td.TdClassName
{
border-color: #3FCCCF;
}
.TagClassName
{
border-color: #3FCCCF;
}
</style>