Shades of Medium Turquoise #3FCEDE
Tints of Medium Turquoise #3FCEDE
RGB
CMYK
RGB Variations
Color information
#3FCEDE (or 0x3FCEDE) is known color: Medium Turquoise. HEX triplet: 3F, CE and DE. RGB value is (63,206,222). Sum of RGB (Red+Green+Blue) = 63+206+222=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #3FCEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEDE is #C03121. Grayscale: #A4A4A4. Windows color (decimal): -12595490 or 14601791. OLE color: 14601791.
HSL color Cylindrical-coordinate representation of color #3FCEDE: hue angle of 186.04º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FCEDE is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 206 | 222 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.13 |
| HSL | 186.04º | 0.71% | 0.56% | - |
| HSV(B) | 186.04º | 0.72% | 0.87% | - |
| XYZ | 37.31 | 50.47 | 76.88 | - |
| YUV | 165.07 | 160.12 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 222 | 0.72 | 0.07 | 0 | 0.13 | 186.04 | 0.71 | 0.56 |
| Hex | 3F | CE | DE | 48 | 7 | 0 | D | BA | 47 | 38 |
| Octal | 77 | 316 | 336 | 110 | 7 | 0 | 15 | 272 | 107 | 70 |
| Binary | 111111 | 11001110 | 11011110 | 1001000 | 111 | 0 | 1101 | 10111010 | 1000111 | 111000 |
Color Harmonies of #3FCEDE
Complementary color
Monochromatic Colors of #3FCEDE
Black with #3FCEDE
Text Example
Text Example
White with #3FCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEDE; }
p { color: rgb(63,206,222); }
H1.HeaderClassName
{
color: #3FCEDE;
}
.AnyTagClassName
{
color: #3FCEDE;
}
</style>
background-color css
<style>
a { background-color: #3FCEDE; }
a { background-color: rgb(63,206,222); }
div.DivClassName
{
background-color: #3FCEDE;
}
.BgClassName
{
background-color: #3FCEDE;
}
</style>
border-color css
<style>
span { border-color: #3FCEDE; }
span { border-color: rgb(63,206,222); }
td.TdClassName
{
border-color: #3FCEDE;
}
.TagClassName
{
border-color: #3FCEDE;
}
</style>