Shades of Medium Turquoise #3FCCCB
Tints of Medium Turquoise #3FCCCB
RGB
CMYK
RGB Variations
Color information
#3FCCCB (or 0x3FCCCB) is known color: Medium Turquoise. HEX triplet: 3F, CC and CB. RGB value is (63,204,203). Sum of RGB (Red+Green+Blue) = 63+204+203=470 (62% of max value = 765). Red value is 63 (25% from 255 or 13.40% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCCB is #C03334. Grayscale: #A1A1A1. Windows color (decimal): -12596021 or 13356095. OLE color: 13356095.
HSL color Cylindrical-coordinate representation of color #3FCCCB: hue angle of 179.57º 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 #3FCCCB is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 203 | - |
| CMYK | 0.69 | 0 | 0.00 | 0.2 |
| HSL | 179.57º | 0.58% | 0.52% | - |
| HSV(B) | 179.57º | 0.69% | 0.8% | - |
| XYZ | 34.42 | 48.55 | 64.06 | - |
| YUV | 161.73 | 151.29 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 203 | 0.69 | 0 | 0.00 | 0.2 | 179.57 | 0.58 | 0.52 |
| Hex | 3F | CC | CB | 45 | 0 | 0 | 14 | B4 | 3A | 34 |
| Octal | 77 | 314 | 313 | 105 | 0 | 0 | 24 | 264 | 72 | 64 |
| Binary | 111111 | 11001100 | 11001011 | 1000101 | 0 | 0 | 10100 | 10110100 | 111010 | 110100 |
Color Harmonies of #3FCCCB
Complementary color
Monochromatic Colors of #3FCCCB
Black with #3FCCCB
Text Example
Text Example
White with #3FCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCCB; }
p { color: rgb(63,204,203); }
H1.HeaderClassName
{
color: #3FCCCB;
}
.AnyTagClassName
{
color: #3FCCCB;
}
</style>
background-color css
<style>
a { background-color: #3FCCCB; }
a { background-color: rgb(63,204,203); }
div.DivClassName
{
background-color: #3FCCCB;
}
.BgClassName
{
background-color: #3FCCCB;
}
</style>
border-color css
<style>
span { border-color: #3FCCCB; }
span { border-color: rgb(63,204,203); }
td.TdClassName
{
border-color: #3FCCCB;
}
.TagClassName
{
border-color: #3FCCCB;
}
</style>