Shades of Medium Turquoise #3FCDB5
Tints of Medium Turquoise #3FCDB5
RGB
CMYK
RGB Variations
Color information
#3FCDB5 (or 0x3FCDB5) is known color: Medium Turquoise. HEX triplet: 3F, CD and B5. RGB value is (63,205,181). Sum of RGB (Red+Green+Blue) = 63+205+181=449 (59% of max value = 765). Red value is 63 (25% from 255 or 14.03% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDB5 is #C0324A. Grayscale: #9F9F9F. Windows color (decimal): -12595787 or 11914559. OLE color: 11914559.
HSL color Cylindrical-coordinate representation of color #3FCDB5: hue angle of 169.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCDB5 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 181 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.20 |
| HSL | 169.86º | 0.59% | 0.53% | - |
| HSV(B) | 169.86º | 0.69% | 0.8% | - |
| XYZ | 32.22 | 48.06 | 51.29 | - |
| YUV | 159.81 | 139.96 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 181 | 0.69 | 0 | 0.12 | 0.20 | 169.86 | 0.59 | 0.53 |
| Hex | 3F | CD | B5 | 45 | 0 | C | 14 | AA | 3B | 35 |
| Octal | 77 | 315 | 265 | 105 | 0 | 14 | 24 | 252 | 73 | 65 |
| Binary | 111111 | 11001101 | 10110101 | 1000101 | 0 | 1100 | 10100 | 10101010 | 111011 | 110101 |
Color Harmonies of #3FCDB5
Complementary color
Monochromatic Colors of #3FCDB5
Black with #3FCDB5
Text Example
Text Example
White with #3FCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDB5; }
p { color: rgb(63,205,181); }
H1.HeaderClassName
{
color: #3FCDB5;
}
.AnyTagClassName
{
color: #3FCDB5;
}
</style>
background-color css
<style>
a { background-color: #3FCDB5; }
a { background-color: rgb(63,205,181); }
div.DivClassName
{
background-color: #3FCDB5;
}
.BgClassName
{
background-color: #3FCDB5;
}
</style>
border-color css
<style>
span { border-color: #3FCDB5; }
span { border-color: rgb(63,205,181); }
td.TdClassName
{
border-color: #3FCDB5;
}
.TagClassName
{
border-color: #3FCDB5;
}
</style>