Shades of Turquoise #3FECDD
Tints of Turquoise #3FECDD
RGB
CMYK
RGB Variations
Color information
#3FECDD (or 0x3FECDD) is known color: Turquoise. HEX triplet: 3F, EC and DD. RGB value is (63,236,221). Sum of RGB (Red+Green+Blue) = 63+236+221=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECDD is #C01322. Grayscale: #B6B6B6. Windows color (decimal): -12587811 or 14543935. OLE color: 14543935.
HSL color Cylindrical-coordinate representation of color #3FECDD: hue angle of 174.8º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECDD is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 221 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.07 |
| HSL | 174.8º | 0.82% | 0.59% | - |
| HSV(B) | 174.8º | 0.73% | 0.93% | - |
| XYZ | 45.1 | 66.27 | 78.82 | - |
| YUV | 182.56 | 149.69 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 221 | 0.73 | 0 | 0.06 | 0.07 | 174.8 | 0.82 | 0.59 |
| Hex | 3F | EC | DD | 49 | 0 | 6 | 7 | AF | 52 | 3B |
| Octal | 77 | 354 | 335 | 111 | 0 | 6 | 7 | 257 | 122 | 73 |
| Binary | 111111 | 11101100 | 11011101 | 1001001 | 0 | 110 | 111 | 10101111 | 1010010 | 111011 |
Color Harmonies of #3FECDD
Complementary color
Monochromatic Colors of #3FECDD
Black with #3FECDD
Text Example
Text Example
White with #3FECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECDD; }
p { color: rgb(63,236,221); }
H1.HeaderClassName
{
color: #3FECDD;
}
.AnyTagClassName
{
color: #3FECDD;
}
</style>
background-color css
<style>
a { background-color: #3FECDD; }
a { background-color: rgb(63,236,221); }
div.DivClassName
{
background-color: #3FECDD;
}
.BgClassName
{
background-color: #3FECDD;
}
</style>
border-color css
<style>
span { border-color: #3FECDD; }
span { border-color: rgb(63,236,221); }
td.TdClassName
{
border-color: #3FECDD;
}
.TagClassName
{
border-color: #3FECDD;
}
</style>