Shades of Medium Turquoise #3FCBC3
Tints of Medium Turquoise #3FCBC3
RGB
CMYK
RGB Variations
Color information
#3FCBC3 (or 0x3FCBC3) is known color: Medium Turquoise. HEX triplet: 3F, CB and C3. RGB value is (63,203,195). Sum of RGB (Red+Green+Blue) = 63+203+195=461 (61% of max value = 765). Red value is 63 (25% from 255 or 13.67% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBC3 is #C0343C. Grayscale: #A0A0A0. Windows color (decimal): -12596285 or 12831551. OLE color: 12831551.
HSL color Cylindrical-coordinate representation of color #3FCBC3: hue angle of 176.57º degrees, saturation: 0.57, 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 #3FCBC3 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 195 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.20 |
| HSL | 176.57º | 0.57% | 0.52% | - |
| HSV(B) | 176.57º | 0.69% | 0.8% | - |
| XYZ | 33.26 | 47.71 | 59.09 | - |
| YUV | 160.23 | 147.62 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 195 | 0.69 | 0 | 0.04 | 0.20 | 176.57 | 0.57 | 0.52 |
| Hex | 3F | CB | C3 | 45 | 0 | 4 | 14 | B1 | 39 | 34 |
| Octal | 77 | 313 | 303 | 105 | 0 | 4 | 24 | 261 | 71 | 64 |
| Binary | 111111 | 11001011 | 11000011 | 1000101 | 0 | 100 | 10100 | 10110001 | 111001 | 110100 |
Color Harmonies of #3FCBC3
Complementary color
Monochromatic Colors of #3FCBC3
Black with #3FCBC3
Text Example
Text Example
White with #3FCBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBC3; }
p { color: rgb(63,203,195); }
H1.HeaderClassName
{
color: #3FCBC3;
}
.AnyTagClassName
{
color: #3FCBC3;
}
</style>
background-color css
<style>
a { background-color: #3FCBC3; }
a { background-color: rgb(63,203,195); }
div.DivClassName
{
background-color: #3FCBC3;
}
.BgClassName
{
background-color: #3FCBC3;
}
</style>
border-color css
<style>
span { border-color: #3FCBC3; }
span { border-color: rgb(63,203,195); }
td.TdClassName
{
border-color: #3FCBC3;
}
.TagClassName
{
border-color: #3FCBC3;
}
</style>