Shades of Turquoise #3FECDB
Tints of Turquoise #3FECDB
RGB
CMYK
RGB Variations
Color information
#3FECDB (or 0x3FECDB) is known color: Turquoise. HEX triplet: 3F, EC and DB. RGB value is (63,236,219). Sum of RGB (Red+Green+Blue) = 63+236+219=518 (68% of max value = 765). Red value is 63 (25% from 255 or 12.16% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECDB is #C01324. Grayscale: #B6B6B6. Windows color (decimal): -12587813 or 14412863. OLE color: 14412863.
HSL color Cylindrical-coordinate representation of color #3FECDB: hue angle of 174.1º 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 #3FECDB is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 219 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.07 |
| HSL | 174.1º | 0.82% | 0.59% | - |
| HSV(B) | 174.1º | 0.73% | 0.93% | - |
| XYZ | 44.83 | 66.16 | 77.43 | - |
| YUV | 182.34 | 148.69 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 219 | 0.73 | 0 | 0.07 | 0.07 | 174.1 | 0.82 | 0.59 |
| Hex | 3F | EC | DB | 49 | 0 | 7 | 7 | AE | 52 | 3B |
| Octal | 77 | 354 | 333 | 111 | 0 | 7 | 7 | 256 | 122 | 73 |
| Binary | 111111 | 11101100 | 11011011 | 1001001 | 0 | 111 | 111 | 10101110 | 1010010 | 111011 |
Color Harmonies of #3FECDB
Complementary color
Monochromatic Colors of #3FECDB
Black with #3FECDB
Text Example
Text Example
White with #3FECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECDB; }
p { color: rgb(63,236,219); }
H1.HeaderClassName
{
color: #3FECDB;
}
.AnyTagClassName
{
color: #3FECDB;
}
</style>
background-color css
<style>
a { background-color: #3FECDB; }
a { background-color: rgb(63,236,219); }
div.DivClassName
{
background-color: #3FECDB;
}
.BgClassName
{
background-color: #3FECDB;
}
</style>
border-color css
<style>
span { border-color: #3FECDB; }
span { border-color: rgb(63,236,219); }
td.TdClassName
{
border-color: #3FECDB;
}
.TagClassName
{
border-color: #3FECDB;
}
</style>