Shades of Turquoise #3FD6EC
Tints of Turquoise #3FD6EC
RGB
CMYK
RGB Variations
Color information
#3FD6EC (or 0x3FD6EC) is known color: Turquoise. HEX triplet: 3F, D6 and EC. RGB value is (63,214,236). Sum of RGB (Red+Green+Blue) = 63+214+236=513 (67% of max value = 765). Red value is 63 (25% from 255 or 12.28% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FD6EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD6EC is #C02913. Grayscale: #ABABAB. Windows color (decimal): -12593428 or 15521343. OLE color: 15521343.
HSL color Cylindrical-coordinate representation of color #3FD6EC: hue angle of 187.63º 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 #3FD6EC is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 214 | 236 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.07 |
| HSL | 187.63º | 0.82% | 0.59% | - |
| HSV(B) | 187.63º | 0.73% | 0.93% | - |
| XYZ | 41.24 | 55.21 | 87.84 | - |
| YUV | 171.36 | 164.47 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 214 | 236 | 0.73 | 0.09 | 0 | 0.07 | 187.63 | 0.82 | 0.59 |
| Hex | 3F | D6 | EC | 49 | 9 | 0 | 7 | BC | 52 | 3B |
| Octal | 77 | 326 | 354 | 111 | 11 | 0 | 7 | 274 | 122 | 73 |
| Binary | 111111 | 11010110 | 11101100 | 1001001 | 1001 | 0 | 111 | 10111100 | 1010010 | 111011 |
Color Harmonies of #3FD6EC
Complementary color
Monochromatic Colors of #3FD6EC
Black with #3FD6EC
Text Example
Text Example
White with #3FD6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD6EC; }
p { color: rgb(63,214,236); }
H1.HeaderClassName
{
color: #3FD6EC;
}
.AnyTagClassName
{
color: #3FD6EC;
}
</style>
background-color css
<style>
a { background-color: #3FD6EC; }
a { background-color: rgb(63,214,236); }
div.DivClassName
{
background-color: #3FD6EC;
}
.BgClassName
{
background-color: #3FD6EC;
}
</style>
border-color css
<style>
span { border-color: #3FD6EC; }
span { border-color: rgb(63,214,236); }
td.TdClassName
{
border-color: #3FD6EC;
}
.TagClassName
{
border-color: #3FD6EC;
}
</style>