Shades of Medium Turquoise #3FCCBD
Tints of Medium Turquoise #3FCCBD
RGB
CMYK
RGB Variations
Color information
#3FCCBD (or 0x3FCCBD) is known color: Medium Turquoise. HEX triplet: 3F, CC and BD. RGB value is (63,204,189). Sum of RGB (Red+Green+Blue) = 63+204+189=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCBD is #C03342. Grayscale: #A0A0A0. Windows color (decimal): -12596035 or 12438591. OLE color: 12438591.
HSL color Cylindrical-coordinate representation of color #3FCCBD: hue angle of 173.62º 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 #3FCCBD is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 189 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.2 |
| HSL | 173.62º | 0.58% | 0.52% | - |
| HSV(B) | 173.62º | 0.69% | 0.8% | - |
| XYZ | 32.83 | 47.92 | 55.66 | - |
| YUV | 160.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 189 | 0.69 | 0 | 0.07 | 0.2 | 173.62 | 0.58 | 0.52 |
| Hex | 3F | CC | BD | 45 | 0 | 7 | 14 | AE | 3A | 34 |
| Octal | 77 | 314 | 275 | 105 | 0 | 7 | 24 | 256 | 72 | 64 |
| Binary | 111111 | 11001100 | 10111101 | 1000101 | 0 | 111 | 10100 | 10101110 | 111010 | 110100 |
Color Harmonies of #3FCCBD
Complementary color
Monochromatic Colors of #3FCCBD
Black with #3FCCBD
Text Example
Text Example
White with #3FCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCBD; }
p { color: rgb(63,204,189); }
H1.HeaderClassName
{
color: #3FCCBD;
}
.AnyTagClassName
{
color: #3FCCBD;
}
</style>
background-color css
<style>
a { background-color: #3FCCBD; }
a { background-color: rgb(63,204,189); }
div.DivClassName
{
background-color: #3FCCBD;
}
.BgClassName
{
background-color: #3FCCBD;
}
</style>
border-color css
<style>
span { border-color: #3FCCBD; }
span { border-color: rgb(63,204,189); }
td.TdClassName
{
border-color: #3FCCBD;
}
.TagClassName
{
border-color: #3FCCBD;
}
</style>