Shades of Medium Turquoise #3FCAB4
Tints of Medium Turquoise #3FCAB4
RGB
CMYK
RGB Variations
Color information
#3FCAB4 (or 0x3FCAB4) is known color: Medium Turquoise. HEX triplet: 3F, CA and B4. RGB value is (63,202,180). Sum of RGB (Red+Green+Blue) = 63+202+180=445 (58% of max value = 765). Red value is 63 (25% from 255 or 14.16% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCAB4 is #C0354B. Grayscale: #9D9D9D. Windows color (decimal): -12596556 or 11848255. OLE color: 11848255.
HSL color Cylindrical-coordinate representation of color #3FCAB4: hue angle of 170.5º 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 #3FCAB4 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 180 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.21 |
| HSL | 170.5º | 0.57% | 0.52% | - |
| HSV(B) | 170.5º | 0.69% | 0.79% | - |
| XYZ | 31.41 | 46.59 | 50.52 | - |
| YUV | 157.93 | 140.45 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 180 | 0.69 | 0 | 0.11 | 0.21 | 170.5 | 0.57 | 0.52 |
| Hex | 3F | CA | B4 | 45 | 0 | B | 15 | AB | 39 | 34 |
| Octal | 77 | 312 | 264 | 105 | 0 | 13 | 25 | 253 | 71 | 64 |
| Binary | 111111 | 11001010 | 10110100 | 1000101 | 0 | 1011 | 10101 | 10101011 | 111001 | 110100 |
Color Harmonies of #3FCAB4
Complementary color
Monochromatic Colors of #3FCAB4
Black with #3FCAB4
Text Example
Text Example
White with #3FCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAB4; }
p { color: rgb(63,202,180); }
H1.HeaderClassName
{
color: #3FCAB4;
}
.AnyTagClassName
{
color: #3FCAB4;
}
</style>
background-color css
<style>
a { background-color: #3FCAB4; }
a { background-color: rgb(63,202,180); }
div.DivClassName
{
background-color: #3FCAB4;
}
.BgClassName
{
background-color: #3FCAB4;
}
</style>
border-color css
<style>
span { border-color: #3FCAB4; }
span { border-color: rgb(63,202,180); }
td.TdClassName
{
border-color: #3FCAB4;
}
.TagClassName
{
border-color: #3FCAB4;
}
</style>