Shades of Medium Turquoise #3FCCBE
Tints of Medium Turquoise #3FCCBE
RGB
CMYK
RGB Variations
Color information
#3FCCBE (or 0x3FCCBE) is known color: Medium Turquoise. HEX triplet: 3F, CC and BE. RGB value is (63,204,190). Sum of RGB (Red+Green+Blue) = 63+204+190=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCBE is #C03341. Grayscale: #A0A0A0. Windows color (decimal): -12596034 or 12504127. OLE color: 12504127.
HSL color Cylindrical-coordinate representation of color #3FCCBE: hue angle of 174.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCCBE is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 190 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.2 |
| HSL | 174.04º | 0.58% | 0.52% | - |
| HSV(B) | 174.04º | 0.69% | 0.8% | - |
| XYZ | 32.94 | 47.96 | 56.24 | - |
| YUV | 160.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 190 | 0.69 | 0 | 0.07 | 0.2 | 174.04 | 0.58 | 0.52 |
| Hex | 3F | CC | BE | 45 | 0 | 7 | 14 | AE | 3A | 34 |
| Octal | 77 | 314 | 276 | 105 | 0 | 7 | 24 | 256 | 72 | 64 |
| Binary | 111111 | 11001100 | 10111110 | 1000101 | 0 | 111 | 10100 | 10101110 | 111010 | 110100 |
Color Harmonies of #3FCCBE
Complementary color
Monochromatic Colors of #3FCCBE
Black with #3FCCBE
Text Example
Text Example
White with #3FCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCBE; }
p { color: rgb(63,204,190); }
H1.HeaderClassName
{
color: #3FCCBE;
}
.AnyTagClassName
{
color: #3FCCBE;
}
</style>
background-color css
<style>
a { background-color: #3FCCBE; }
a { background-color: rgb(63,204,190); }
div.DivClassName
{
background-color: #3FCCBE;
}
.BgClassName
{
background-color: #3FCCBE;
}
</style>
border-color css
<style>
span { border-color: #3FCCBE; }
span { border-color: rgb(63,204,190); }
td.TdClassName
{
border-color: #3FCCBE;
}
.TagClassName
{
border-color: #3FCCBE;
}
</style>