Shades of Medium Turquoise #3FC4CE
Tints of Medium Turquoise #3FC4CE
RGB
CMYK
RGB Variations
Color information
#3FC4CE (or 0x3FC4CE) is known color: Medium Turquoise. HEX triplet: 3F, C4 and CE. RGB value is (63,196,206). Sum of RGB (Red+Green+Blue) = 63+196+206=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FC4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC4CE is #C03B31. Grayscale: #9D9D9D. Windows color (decimal): -12598066 or 13550655. OLE color: 13550655.
HSL color Cylindrical-coordinate representation of color #3FC4CE: hue angle of 184.2º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC4CE is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 196 | 206 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.19 |
| HSL | 184.2º | 0.59% | 0.53% | - |
| HSV(B) | 184.2º | 0.69% | 0.81% | - |
| XYZ | 32.93 | 44.99 | 65.34 | - |
| YUV | 157.37 | 155.44 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 206 | 0.69 | 0.05 | 0 | 0.19 | 184.2 | 0.59 | 0.53 |
| Hex | 3F | C4 | CE | 45 | 5 | 0 | 13 | B8 | 3B | 35 |
| Octal | 77 | 304 | 316 | 105 | 5 | 0 | 23 | 270 | 73 | 65 |
| Binary | 111111 | 11000100 | 11001110 | 1000101 | 101 | 0 | 10011 | 10111000 | 111011 | 110101 |
Color Harmonies of #3FC4CE
Complementary color
Monochromatic Colors of #3FC4CE
Black with #3FC4CE
Text Example
Text Example
White with #3FC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC4CE; }
p { color: rgb(63,196,206); }
H1.HeaderClassName
{
color: #3FC4CE;
}
.AnyTagClassName
{
color: #3FC4CE;
}
</style>
background-color css
<style>
a { background-color: #3FC4CE; }
a { background-color: rgb(63,196,206); }
div.DivClassName
{
background-color: #3FC4CE;
}
.BgClassName
{
background-color: #3FC4CE;
}
</style>
border-color css
<style>
span { border-color: #3FC4CE; }
span { border-color: rgb(63,196,206); }
td.TdClassName
{
border-color: #3FC4CE;
}
.TagClassName
{
border-color: #3FC4CE;
}
</style>