Shades of Medium Turquoise #3FCECF
Tints of Medium Turquoise #3FCECF
RGB
CMYK
RGB Variations
Color information
#3FCECF (or 0x3FCECF) is known color: Medium Turquoise. HEX triplet: 3F, CE and CF. RGB value is (63,206,207). Sum of RGB (Red+Green+Blue) = 63+206+207=476 (63% of max value = 765). Red value is 63 (25% from 255 or 13.24% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FCECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCECF is #C03130. Grayscale: #A3A3A3. Windows color (decimal): -12595505 or 13618751. OLE color: 13618751.
HSL color Cylindrical-coordinate representation of color #3FCECF: hue angle of 180.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCECF is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 207 | - |
| CMYK | 0.70 | 0.00 | 0 | 0.19 |
| HSL | 180.42º | 0.6% | 0.53% | - |
| HSV(B) | 180.42º | 0.7% | 0.81% | - |
| XYZ | 35.38 | 49.7 | 66.76 | - |
| YUV | 163.36 | 152.62 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 207 | 0.70 | 0.00 | 0 | 0.19 | 180.42 | 0.6 | 0.53 |
| Hex | 3F | CE | CF | 46 | 0 | 0 | 13 | B4 | 3C | 35 |
| Octal | 77 | 316 | 317 | 106 | 0 | 0 | 23 | 264 | 74 | 65 |
| Binary | 111111 | 11001110 | 11001111 | 1000110 | 0 | 0 | 10011 | 10110100 | 111100 | 110101 |
Color Harmonies of #3FCECF
Complementary color
Monochromatic Colors of #3FCECF
Black with #3FCECF
Text Example
Text Example
White with #3FCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCECF; }
p { color: rgb(63,206,207); }
H1.HeaderClassName
{
color: #3FCECF;
}
.AnyTagClassName
{
color: #3FCECF;
}
</style>
background-color css
<style>
a { background-color: #3FCECF; }
a { background-color: rgb(63,206,207); }
div.DivClassName
{
background-color: #3FCECF;
}
.BgClassName
{
background-color: #3FCECF;
}
</style>
border-color css
<style>
span { border-color: #3FCECF; }
span { border-color: rgb(63,206,207); }
td.TdClassName
{
border-color: #3FCECF;
}
.TagClassName
{
border-color: #3FCECF;
}
</style>