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