Shades of Medium Turquoise #3FCAB8
Tints of Medium Turquoise #3FCAB8
RGB
CMYK
RGB Variations
Color information
#3FCAB8 (or 0x3FCAB8) is known color: Medium Turquoise. HEX triplet: 3F, CA and B8. RGB value is (63,202,184). Sum of RGB (Red+Green+Blue) = 63+202+184=449 (59% of max value = 765). Red value is 63 (25% from 255 or 14.03% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCAB8 is #C03547. Grayscale: #9E9E9E. Windows color (decimal): -12596552 or 12110399. OLE color: 12110399.
HSL color Cylindrical-coordinate representation of color #3FCAB8: hue angle of 172.23º 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 #3FCAB8 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 184 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.21 |
| HSL | 172.23º | 0.57% | 0.52% | - |
| HSV(B) | 172.23º | 0.69% | 0.79% | - |
| XYZ | 31.82 | 46.76 | 52.7 | - |
| YUV | 158.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 184 | 0.69 | 0 | 0.09 | 0.21 | 172.23 | 0.57 | 0.52 |
| Hex | 3F | CA | B8 | 45 | 0 | 9 | 15 | AC | 39 | 34 |
| Octal | 77 | 312 | 270 | 105 | 0 | 11 | 25 | 254 | 71 | 64 |
| Binary | 111111 | 11001010 | 10111000 | 1000101 | 0 | 1001 | 10101 | 10101100 | 111001 | 110100 |
Color Harmonies of #3FCAB8
Complementary color
Monochromatic Colors of #3FCAB8
Black with #3FCAB8
Text Example
Text Example
White with #3FCAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAB8; }
p { color: rgb(63,202,184); }
H1.HeaderClassName
{
color: #3FCAB8;
}
.AnyTagClassName
{
color: #3FCAB8;
}
</style>
background-color css
<style>
a { background-color: #3FCAB8; }
a { background-color: rgb(63,202,184); }
div.DivClassName
{
background-color: #3FCAB8;
}
.BgClassName
{
background-color: #3FCAB8;
}
</style>
border-color css
<style>
span { border-color: #3FCAB8; }
span { border-color: rgb(63,202,184); }
td.TdClassName
{
border-color: #3FCAB8;
}
.TagClassName
{
border-color: #3FCAB8;
}
</style>