Shades of Medium Turquoise #3FCABE
Tints of Medium Turquoise #3FCABE
RGB
CMYK
RGB Variations
Color information
#3FCABE (or 0x3FCABE) is known color: Medium Turquoise. HEX triplet: 3F, CA and BE. RGB value is (63,202,190). Sum of RGB (Red+Green+Blue) = 63+202+190=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCABE is #C03541. Grayscale: #9E9E9E. Windows color (decimal): -12596546 or 12503615. OLE color: 12503615.
HSL color Cylindrical-coordinate representation of color #3FCABE: hue angle of 174.82º 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 #3FCABE is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 190 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.21 |
| HSL | 174.82º | 0.57% | 0.52% | - |
| HSV(B) | 174.82º | 0.69% | 0.79% | - |
| XYZ | 32.46 | 47.02 | 56.08 | - |
| YUV | 159.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 190 | 0.69 | 0 | 0.06 | 0.21 | 174.82 | 0.57 | 0.52 |
| Hex | 3F | CA | BE | 45 | 0 | 6 | 15 | AF | 39 | 34 |
| Octal | 77 | 312 | 276 | 105 | 0 | 6 | 25 | 257 | 71 | 64 |
| Binary | 111111 | 11001010 | 10111110 | 1000101 | 0 | 110 | 10101 | 10101111 | 111001 | 110100 |
Color Harmonies of #3FCABE
Complementary color
Monochromatic Colors of #3FCABE
Black with #3FCABE
Text Example
Text Example
White with #3FCABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCABE; }
p { color: rgb(63,202,190); }
H1.HeaderClassName
{
color: #3FCABE;
}
.AnyTagClassName
{
color: #3FCABE;
}
</style>
background-color css
<style>
a { background-color: #3FCABE; }
a { background-color: rgb(63,202,190); }
div.DivClassName
{
background-color: #3FCABE;
}
.BgClassName
{
background-color: #3FCABE;
}
</style>
border-color css
<style>
span { border-color: #3FCABE; }
span { border-color: rgb(63,202,190); }
td.TdClassName
{
border-color: #3FCABE;
}
.TagClassName
{
border-color: #3FCABE;
}
</style>