Shades of Medium Turquoise #3FCECE
Tints of Medium Turquoise #3FCECE
RGB
CMYK
RGB Variations
Color information
#3FCECE (or 0x3FCECE) is known color: Medium Turquoise. HEX triplet: 3F, CE and CE. RGB value is (63,206,206). Sum of RGB (Red+Green+Blue) = 63+206+206=475 (62% of max value = 765). Red value is 63 (25% from 255 or 13.26% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #3FCECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCECE is #C03131. Grayscale: #A3A3A3. Windows color (decimal): -12595506 or 13553215. OLE color: 13553215.
HSL color Cylindrical-coordinate representation of color #3FCECE: hue angle of 180º 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 #3FCECE is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 206 | - |
| CMYK | 0.69 | 0 | 0 | 0.19 |
| HSL | 180º | 0.59% | 0.53% | - |
| HSV(B) | 180º | 0.69% | 0.81% | - |
| XYZ | 35.26 | 49.66 | 66.12 | - |
| YUV | 163.24 | 152.12 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 206 | 0.69 | 0 | 0 | 0.19 | 180 | 0.59 | 0.53 |
| Hex | 3F | CE | CE | 45 | 0 | 0 | 13 | B4 | 3B | 35 |
| Octal | 77 | 316 | 316 | 105 | 0 | 0 | 23 | 264 | 73 | 65 |
| Binary | 111111 | 11001110 | 11001110 | 1000101 | 0 | 0 | 10011 | 10110100 | 111011 | 110101 |
Color Harmonies of #3FCECE
Complementary color
Monochromatic Colors of #3FCECE
Black with #3FCECE
Text Example
Text Example
White with #3FCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCECE; }
p { color: rgb(63,206,206); }
H1.HeaderClassName
{
color: #3FCECE;
}
.AnyTagClassName
{
color: #3FCECE;
}
</style>
background-color css
<style>
a { background-color: #3FCECE; }
a { background-color: rgb(63,206,206); }
div.DivClassName
{
background-color: #3FCECE;
}
.BgClassName
{
background-color: #3FCECE;
}
</style>
border-color css
<style>
span { border-color: #3FCECE; }
span { border-color: rgb(63,206,206); }
td.TdClassName
{
border-color: #3FCECE;
}
.TagClassName
{
border-color: #3FCECE;
}
</style>