Shades of Medium Turquoise #3FC4CC
Tints of Medium Turquoise #3FC4CC
RGB
CMYK
RGB Variations
Color information
#3FC4CC (or 0x3FC4CC) is known color: Medium Turquoise. HEX triplet: 3F, C4 and CC. RGB value is (63,196,204). Sum of RGB (Red+Green+Blue) = 63+196+204=463 (61% of max value = 765). Red value is 63 (25% from 255 or 13.61% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FC4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC4CC is #C03B33. Grayscale: #9C9C9C. Windows color (decimal): -12598068 or 13419583. OLE color: 13419583.
HSL color Cylindrical-coordinate representation of color #3FC4CC: hue angle of 183.4º 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 #3FC4CC is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 196 | 204 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.2 |
| HSL | 183.4º | 0.58% | 0.52% | - |
| HSV(B) | 183.4º | 0.69% | 0.8% | - |
| XYZ | 32.69 | 44.9 | 64.07 | - |
| YUV | 157.15 | 154.44 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 204 | 0.69 | 0.04 | 0 | 0.2 | 183.4 | 0.58 | 0.52 |
| Hex | 3F | C4 | CC | 45 | 4 | 0 | 14 | B7 | 3A | 34 |
| Octal | 77 | 304 | 314 | 105 | 4 | 0 | 24 | 267 | 72 | 64 |
| Binary | 111111 | 11000100 | 11001100 | 1000101 | 100 | 0 | 10100 | 10110111 | 111010 | 110100 |
Color Harmonies of #3FC4CC
Complementary color
Monochromatic Colors of #3FC4CC
Black with #3FC4CC
Text Example
Text Example
White with #3FC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC4CC; }
p { color: rgb(63,196,204); }
H1.HeaderClassName
{
color: #3FC4CC;
}
.AnyTagClassName
{
color: #3FC4CC;
}
</style>
background-color css
<style>
a { background-color: #3FC4CC; }
a { background-color: rgb(63,196,204); }
div.DivClassName
{
background-color: #3FC4CC;
}
.BgClassName
{
background-color: #3FC4CC;
}
</style>
border-color css
<style>
span { border-color: #3FC4CC; }
span { border-color: rgb(63,196,204); }
td.TdClassName
{
border-color: #3FC4CC;
}
.TagClassName
{
border-color: #3FC4CC;
}
</style>