Shades of Medium Turquoise #3FCEDF
Tints of Medium Turquoise #3FCEDF
RGB
CMYK
RGB Variations
Color information
#3FCEDF (or 0x3FCEDF) is known color: Medium Turquoise. HEX triplet: 3F, CE and DF. RGB value is (63,206,223). Sum of RGB (Red+Green+Blue) = 63+206+223=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FCEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEDF is #C03120. Grayscale: #A4A4A4. Windows color (decimal): -12595489 or 14667327. OLE color: 14667327.
HSL color Cylindrical-coordinate representation of color #3FCEDF: hue angle of 186.38º 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 #3FCEDF is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 206 | 223 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.13 |
| HSL | 186.38º | 0.71% | 0.56% | - |
| HSV(B) | 186.38º | 0.72% | 0.87% | - |
| XYZ | 37.44 | 50.53 | 77.59 | - |
| YUV | 165.18 | 160.62 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 223 | 0.72 | 0.08 | 0 | 0.13 | 186.38 | 0.71 | 0.56 |
| Hex | 3F | CE | DF | 48 | 8 | 0 | D | BA | 47 | 38 |
| Octal | 77 | 316 | 337 | 110 | 10 | 0 | 15 | 272 | 107 | 70 |
| Binary | 111111 | 11001110 | 11011111 | 1001000 | 1000 | 0 | 1101 | 10111010 | 1000111 | 111000 |
Color Harmonies of #3FCEDF
Complementary color
Monochromatic Colors of #3FCEDF
Black with #3FCEDF
Text Example
Text Example
White with #3FCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEDF; }
p { color: rgb(63,206,223); }
H1.HeaderClassName
{
color: #3FCEDF;
}
.AnyTagClassName
{
color: #3FCEDF;
}
</style>
background-color css
<style>
a { background-color: #3FCEDF; }
a { background-color: rgb(63,206,223); }
div.DivClassName
{
background-color: #3FCEDF;
}
.BgClassName
{
background-color: #3FCEDF;
}
</style>
border-color css
<style>
span { border-color: #3FCEDF; }
span { border-color: rgb(63,206,223); }
td.TdClassName
{
border-color: #3FCEDF;
}
.TagClassName
{
border-color: #3FCEDF;
}
</style>