Shades of Medium Turquoise #3FCFCB
Tints of Medium Turquoise #3FCFCB
RGB
CMYK
RGB Variations
Color information
#3FCFCB (or 0x3FCFCB) is known color: Medium Turquoise. HEX triplet: 3F, CF and CB. RGB value is (63,207,203). Sum of RGB (Red+Green+Blue) = 63+207+203=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFCB is #C03034. Grayscale: #A3A3A3. Windows color (decimal): -12595253 or 13356863. OLE color: 13356863.
HSL color Cylindrical-coordinate representation of color #3FCFCB: hue angle of 178.33º 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 #3FCFCB is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 203 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.19 |
| HSL | 178.33º | 0.6% | 0.53% | - |
| HSV(B) | 178.33º | 0.7% | 0.81% | - |
| XYZ | 35.14 | 49.99 | 64.3 | - |
| YUV | 163.49 | 150.29 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 203 | 0.70 | 0 | 0.02 | 0.19 | 178.33 | 0.6 | 0.53 |
| Hex | 3F | CF | CB | 46 | 0 | 2 | 13 | B2 | 3C | 35 |
| Octal | 77 | 317 | 313 | 106 | 0 | 2 | 23 | 262 | 74 | 65 |
| Binary | 111111 | 11001111 | 11001011 | 1000110 | 0 | 10 | 10011 | 10110010 | 111100 | 110101 |
Color Harmonies of #3FCFCB
Complementary color
Monochromatic Colors of #3FCFCB
Black with #3FCFCB
Text Example
Text Example
White with #3FCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFCB; }
p { color: rgb(63,207,203); }
H1.HeaderClassName
{
color: #3FCFCB;
}
.AnyTagClassName
{
color: #3FCFCB;
}
</style>
background-color css
<style>
a { background-color: #3FCFCB; }
a { background-color: rgb(63,207,203); }
div.DivClassName
{
background-color: #3FCFCB;
}
.BgClassName
{
background-color: #3FCFCB;
}
</style>
border-color css
<style>
span { border-color: #3FCFCB; }
span { border-color: rgb(63,207,203); }
td.TdClassName
{
border-color: #3FCFCB;
}
.TagClassName
{
border-color: #3FCFCB;
}
</style>