Shades of Medium Turquoise #3FCABB
Tints of Medium Turquoise #3FCABB
RGB
CMYK
RGB Variations
Color information
#3FCABB (or 0x3FCABB) is known color: Medium Turquoise. HEX triplet: 3F, CA and BB. RGB value is (63,202,187). Sum of RGB (Red+Green+Blue) = 63+202+187=452 (59% of max value = 765). Red value is 63 (25% from 255 or 13.94% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCABB is #C03544. Grayscale: #9E9E9E. Windows color (decimal): -12596549 or 12307007. OLE color: 12307007.
HSL color Cylindrical-coordinate representation of color #3FCABB: hue angle of 173.53º 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 #3FCABB is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 187 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.21 |
| HSL | 173.53º | 0.57% | 0.52% | - |
| HSV(B) | 173.53º | 0.69% | 0.79% | - |
| XYZ | 32.14 | 46.89 | 54.37 | - |
| YUV | 158.73 | 143.95 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 187 | 0.69 | 0 | 0.07 | 0.21 | 173.53 | 0.57 | 0.52 |
| Hex | 3F | CA | BB | 45 | 0 | 7 | 15 | AE | 39 | 34 |
| Octal | 77 | 312 | 273 | 105 | 0 | 7 | 25 | 256 | 71 | 64 |
| Binary | 111111 | 11001010 | 10111011 | 1000101 | 0 | 111 | 10101 | 10101110 | 111001 | 110100 |
Color Harmonies of #3FCABB
Complementary color
Monochromatic Colors of #3FCABB
Black with #3FCABB
Text Example
Text Example
White with #3FCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCABB; }
p { color: rgb(63,202,187); }
H1.HeaderClassName
{
color: #3FCABB;
}
.AnyTagClassName
{
color: #3FCABB;
}
</style>
background-color css
<style>
a { background-color: #3FCABB; }
a { background-color: rgb(63,202,187); }
div.DivClassName
{
background-color: #3FCABB;
}
.BgClassName
{
background-color: #3FCABB;
}
</style>
border-color css
<style>
span { border-color: #3FCABB; }
span { border-color: rgb(63,202,187); }
td.TdClassName
{
border-color: #3FCABB;
}
.TagClassName
{
border-color: #3FCABB;
}
</style>