Shades of Medium Turquoise #3FCFCA
Tints of Medium Turquoise #3FCFCA
RGB
CMYK
RGB Variations
Color information
#3FCFCA (or 0x3FCFCA) is known color: Medium Turquoise. HEX triplet: 3F, CF and CA. RGB value is (63,207,202). Sum of RGB (Red+Green+Blue) = 63+207+202=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFCA is #C03035. Grayscale: #A3A3A3. Windows color (decimal): -12595254 or 13291327. OLE color: 13291327.
HSL color Cylindrical-coordinate representation of color #3FCFCA: hue angle of 177.92º 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 #3FCFCA is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 202 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.19 |
| HSL | 177.92º | 0.6% | 0.53% | - |
| HSV(B) | 177.92º | 0.7% | 0.81% | - |
| XYZ | 35.02 | 49.95 | 63.67 | - |
| YUV | 163.37 | 149.79 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 202 | 0.70 | 0 | 0.02 | 0.19 | 177.92 | 0.6 | 0.53 |
| Hex | 3F | CF | CA | 46 | 0 | 2 | 13 | B2 | 3C | 35 |
| Octal | 77 | 317 | 312 | 106 | 0 | 2 | 23 | 262 | 74 | 65 |
| Binary | 111111 | 11001111 | 11001010 | 1000110 | 0 | 10 | 10011 | 10110010 | 111100 | 110101 |
Color Harmonies of #3FCFCA
Complementary color
Monochromatic Colors of #3FCFCA
Black with #3FCFCA
Text Example
Text Example
White with #3FCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFCA; }
p { color: rgb(63,207,202); }
H1.HeaderClassName
{
color: #3FCFCA;
}
.AnyTagClassName
{
color: #3FCFCA;
}
</style>
background-color css
<style>
a { background-color: #3FCFCA; }
a { background-color: rgb(63,207,202); }
div.DivClassName
{
background-color: #3FCFCA;
}
.BgClassName
{
background-color: #3FCFCA;
}
</style>
border-color css
<style>
span { border-color: #3FCFCA; }
span { border-color: rgb(63,207,202); }
td.TdClassName
{
border-color: #3FCFCA;
}
.TagClassName
{
border-color: #3FCFCA;
}
</style>