Shades of Medium Turquoise #3FCABF
Tints of Medium Turquoise #3FCABF
RGB
CMYK
RGB Variations
Color information
#3FCABF (or 0x3FCABF) is known color: Medium Turquoise. HEX triplet: 3F, CA and BF. RGB value is (63,202,191). Sum of RGB (Red+Green+Blue) = 63+202+191=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCABF is #C03540. Grayscale: #9F9F9F. Windows color (decimal): -12596545 or 12569151. OLE color: 12569151.
HSL color Cylindrical-coordinate representation of color #3FCABF: hue angle of 175.25º 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 #3FCABF is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 191 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.21 |
| HSL | 175.25º | 0.57% | 0.52% | - |
| HSV(B) | 175.25º | 0.69% | 0.79% | - |
| XYZ | 32.57 | 47.06 | 56.66 | - |
| YUV | 159.19 | 145.95 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 191 | 0.69 | 0 | 0.05 | 0.21 | 175.25 | 0.57 | 0.52 |
| Hex | 3F | CA | BF | 45 | 0 | 5 | 15 | AF | 39 | 34 |
| Octal | 77 | 312 | 277 | 105 | 0 | 5 | 25 | 257 | 71 | 64 |
| Binary | 111111 | 11001010 | 10111111 | 1000101 | 0 | 101 | 10101 | 10101111 | 111001 | 110100 |
Color Harmonies of #3FCABF
Complementary color
Monochromatic Colors of #3FCABF
Black with #3FCABF
Text Example
Text Example
White with #3FCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCABF; }
p { color: rgb(63,202,191); }
H1.HeaderClassName
{
color: #3FCABF;
}
.AnyTagClassName
{
color: #3FCABF;
}
</style>
background-color css
<style>
a { background-color: #3FCABF; }
a { background-color: rgb(63,202,191); }
div.DivClassName
{
background-color: #3FCABF;
}
.BgClassName
{
background-color: #3FCABF;
}
</style>
border-color css
<style>
span { border-color: #3FCABF; }
span { border-color: rgb(63,202,191); }
td.TdClassName
{
border-color: #3FCABF;
}
.TagClassName
{
border-color: #3FCABF;
}
</style>