Shades of Medium Turquoise #3FCDB4
Tints of Medium Turquoise #3FCDB4
RGB
CMYK
RGB Variations
Color information
#3FCDB4 (or 0x3FCDB4) is known color: Medium Turquoise. HEX triplet: 3F, CD and B4. RGB value is (63,205,180). Sum of RGB (Red+Green+Blue) = 63+205+180=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDB4 is #C0324B. Grayscale: #9F9F9F. Windows color (decimal): -12595788 or 11849023. OLE color: 11849023.
HSL color Cylindrical-coordinate representation of color #3FCDB4: hue angle of 169.44º 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 #3FCDB4 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 180 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.20 |
| HSL | 169.44º | 0.59% | 0.53% | - |
| HSV(B) | 169.44º | 0.69% | 0.8% | - |
| XYZ | 32.12 | 48.01 | 50.75 | - |
| YUV | 159.69 | 139.46 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 180 | 0.69 | 0 | 0.12 | 0.20 | 169.44 | 0.59 | 0.53 |
| Hex | 3F | CD | B4 | 45 | 0 | C | 14 | A9 | 3B | 35 |
| Octal | 77 | 315 | 264 | 105 | 0 | 14 | 24 | 251 | 73 | 65 |
| Binary | 111111 | 11001101 | 10110100 | 1000101 | 0 | 1100 | 10100 | 10101001 | 111011 | 110101 |
Color Harmonies of #3FCDB4
Complementary color
Monochromatic Colors of #3FCDB4
Black with #3FCDB4
Text Example
Text Example
White with #3FCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDB4; }
p { color: rgb(63,205,180); }
H1.HeaderClassName
{
color: #3FCDB4;
}
.AnyTagClassName
{
color: #3FCDB4;
}
</style>
background-color css
<style>
a { background-color: #3FCDB4; }
a { background-color: rgb(63,205,180); }
div.DivClassName
{
background-color: #3FCDB4;
}
.BgClassName
{
background-color: #3FCDB4;
}
</style>
border-color css
<style>
span { border-color: #3FCDB4; }
span { border-color: rgb(63,205,180); }
td.TdClassName
{
border-color: #3FCDB4;
}
.TagClassName
{
border-color: #3FCDB4;
}
</style>