Shades of Medium Turquoise #3FCDCE
Tints of Medium Turquoise #3FCDCE
RGB
CMYK
RGB Variations
Color information
#3FCDCE (or 0x3FCDCE) is known color: Medium Turquoise. HEX triplet: 3F, CD and CE. RGB value is (63,205,206). Sum of RGB (Red+Green+Blue) = 63+205+206=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FCDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDCE is #C03231. Grayscale: #A2A2A2. Windows color (decimal): -12595762 or 13552959. OLE color: 13552959.
HSL color Cylindrical-coordinate representation of color #3FCDCE: hue angle of 180.42º 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 #3FCDCE is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 205 | 206 | - |
| CMYK | 0.69 | 0.00 | 0 | 0.19 |
| HSL | 180.42º | 0.59% | 0.53% | - |
| HSV(B) | 180.42º | 0.69% | 0.81% | - |
| XYZ | 35.02 | 49.18 | 66.04 | - |
| YUV | 162.66 | 152.46 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 206 | 0.69 | 0.00 | 0 | 0.19 | 180.42 | 0.59 | 0.53 |
| Hex | 3F | CD | CE | 45 | 0 | 0 | 13 | B4 | 3B | 35 |
| Octal | 77 | 315 | 316 | 105 | 0 | 0 | 23 | 264 | 73 | 65 |
| Binary | 111111 | 11001101 | 11001110 | 1000101 | 0 | 0 | 10011 | 10110100 | 111011 | 110101 |
Color Harmonies of #3FCDCE
Complementary color
Monochromatic Colors of #3FCDCE
Black with #3FCDCE
Text Example
Text Example
White with #3FCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDCE; }
p { color: rgb(63,205,206); }
H1.HeaderClassName
{
color: #3FCDCE;
}
.AnyTagClassName
{
color: #3FCDCE;
}
</style>
background-color css
<style>
a { background-color: #3FCDCE; }
a { background-color: rgb(63,205,206); }
div.DivClassName
{
background-color: #3FCDCE;
}
.BgClassName
{
background-color: #3FCDCE;
}
</style>
border-color css
<style>
span { border-color: #3FCDCE; }
span { border-color: rgb(63,205,206); }
td.TdClassName
{
border-color: #3FCDCE;
}
.TagClassName
{
border-color: #3FCDCE;
}
</style>