Shades of Medium Turquoise #3FCABC
Tints of Medium Turquoise #3FCABC
RGB
CMYK
RGB Variations
Color information
#3FCABC (or 0x3FCABC) is known color: Medium Turquoise. HEX triplet: 3F, CA and BC. RGB value is (63,202,188). Sum of RGB (Red+Green+Blue) = 63+202+188=453 (60% of max value = 765). Red value is 63 (25% from 255 or 13.91% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCABC is #C03543. Grayscale: #9E9E9E. Windows color (decimal): -12596548 or 12372543. OLE color: 12372543.
HSL color Cylindrical-coordinate representation of color #3FCABC: hue angle of 173.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCABC is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 188 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.21 |
| HSL | 173.96º | 0.57% | 0.52% | - |
| HSV(B) | 173.96º | 0.69% | 0.79% | - |
| XYZ | 32.25 | 46.93 | 54.94 | - |
| YUV | 158.84 | 144.45 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 188 | 0.69 | 0 | 0.07 | 0.21 | 173.96 | 0.57 | 0.52 |
| Hex | 3F | CA | BC | 45 | 0 | 7 | 15 | AE | 39 | 34 |
| Octal | 77 | 312 | 274 | 105 | 0 | 7 | 25 | 256 | 71 | 64 |
| Binary | 111111 | 11001010 | 10111100 | 1000101 | 0 | 111 | 10101 | 10101110 | 111001 | 110100 |
Color Harmonies of #3FCABC
Complementary color
Monochromatic Colors of #3FCABC
Black with #3FCABC
Text Example
Text Example
White with #3FCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCABC; }
p { color: rgb(63,202,188); }
H1.HeaderClassName
{
color: #3FCABC;
}
.AnyTagClassName
{
color: #3FCABC;
}
</style>
background-color css
<style>
a { background-color: #3FCABC; }
a { background-color: rgb(63,202,188); }
div.DivClassName
{
background-color: #3FCABC;
}
.BgClassName
{
background-color: #3FCABC;
}
</style>
border-color css
<style>
span { border-color: #3FCABC; }
span { border-color: rgb(63,202,188); }
td.TdClassName
{
border-color: #3FCABC;
}
.TagClassName
{
border-color: #3FCABC;
}
</style>