Shades of Medium Turquoise #3FCCB5
Tints of Medium Turquoise #3FCCB5
RGB
CMYK
RGB Variations
Color information
#3FCCB5 (or 0x3FCCB5) is known color: Medium Turquoise. HEX triplet: 3F, CC and B5. RGB value is (63,204,181). Sum of RGB (Red+Green+Blue) = 63+204+181=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCB5 is #C0334A. Grayscale: #9F9F9F. Windows color (decimal): -12596043 or 11914303. OLE color: 11914303.
HSL color Cylindrical-coordinate representation of color #3FCCB5: hue angle of 170.21º 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 #3FCCB5 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 181 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.2 |
| HSL | 170.21º | 0.58% | 0.52% | - |
| HSV(B) | 170.21º | 0.69% | 0.8% | - |
| XYZ | 31.98 | 47.58 | 51.21 | - |
| YUV | 159.22 | 140.29 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 181 | 0.69 | 0 | 0.11 | 0.2 | 170.21 | 0.58 | 0.52 |
| Hex | 3F | CC | B5 | 45 | 0 | B | 14 | AA | 3A | 34 |
| Octal | 77 | 314 | 265 | 105 | 0 | 13 | 24 | 252 | 72 | 64 |
| Binary | 111111 | 11001100 | 10110101 | 1000101 | 0 | 1011 | 10100 | 10101010 | 111010 | 110100 |
Color Harmonies of #3FCCB5
Complementary color
Monochromatic Colors of #3FCCB5
Black with #3FCCB5
Text Example
Text Example
White with #3FCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCB5; }
p { color: rgb(63,204,181); }
H1.HeaderClassName
{
color: #3FCCB5;
}
.AnyTagClassName
{
color: #3FCCB5;
}
</style>
background-color css
<style>
a { background-color: #3FCCB5; }
a { background-color: rgb(63,204,181); }
div.DivClassName
{
background-color: #3FCCB5;
}
.BgClassName
{
background-color: #3FCCB5;
}
</style>
border-color css
<style>
span { border-color: #3FCCB5; }
span { border-color: rgb(63,204,181); }
td.TdClassName
{
border-color: #3FCCB5;
}
.TagClassName
{
border-color: #3FCCB5;
}
</style>