Shades of Medium Turquoise #3FCBBD
Tints of Medium Turquoise #3FCBBD
RGB
CMYK
RGB Variations
Color information
#3FCBBD (or 0x3FCBBD) is known color: Medium Turquoise. HEX triplet: 3F, CB and BD. RGB value is (63,203,189). Sum of RGB (Red+Green+Blue) = 63+203+189=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBBD is #C03442. Grayscale: #9F9F9F. Windows color (decimal): -12596291 or 12438335. OLE color: 12438335.
HSL color Cylindrical-coordinate representation of color #3FCBBD: hue angle of 174º 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 #3FCBBD is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 189 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.20 |
| HSL | 174º | 0.57% | 0.52% | - |
| HSV(B) | 174º | 0.69% | 0.8% | - |
| XYZ | 32.59 | 47.44 | 55.58 | - |
| YUV | 159.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 189 | 0.69 | 0 | 0.07 | 0.20 | 174 | 0.57 | 0.52 |
| Hex | 3F | CB | BD | 45 | 0 | 7 | 14 | AE | 39 | 34 |
| Octal | 77 | 313 | 275 | 105 | 0 | 7 | 24 | 256 | 71 | 64 |
| Binary | 111111 | 11001011 | 10111101 | 1000101 | 0 | 111 | 10100 | 10101110 | 111001 | 110100 |
Color Harmonies of #3FCBBD
Complementary color
Monochromatic Colors of #3FCBBD
Black with #3FCBBD
Text Example
Text Example
White with #3FCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBBD; }
p { color: rgb(63,203,189); }
H1.HeaderClassName
{
color: #3FCBBD;
}
.AnyTagClassName
{
color: #3FCBBD;
}
</style>
background-color css
<style>
a { background-color: #3FCBBD; }
a { background-color: rgb(63,203,189); }
div.DivClassName
{
background-color: #3FCBBD;
}
.BgClassName
{
background-color: #3FCBBD;
}
</style>
border-color css
<style>
span { border-color: #3FCBBD; }
span { border-color: rgb(63,203,189); }
td.TdClassName
{
border-color: #3FCBBD;
}
.TagClassName
{
border-color: #3FCBBD;
}
</style>