Shades of Turquoise #3FD7EC
Tints of Turquoise #3FD7EC
RGB
CMYK
RGB Variations
Color information
#3FD7EC (or 0x3FD7EC) is known color: Turquoise. HEX triplet: 3F, D7 and EC. RGB value is (63,215,236). Sum of RGB (Red+Green+Blue) = 63+215+236=514 (68% of max value = 765). Red value is 63 (25% from 255 or 12.26% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FD7EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD7EC is #C02813. Grayscale: #ABABAB. Windows color (decimal): -12593172 or 15521599. OLE color: 15521599.
HSL color Cylindrical-coordinate representation of color #3FD7EC: hue angle of 187.28º 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 #3FD7EC is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 215 | 236 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.07 |
| HSL | 187.28º | 0.82% | 0.59% | - |
| HSV(B) | 187.28º | 0.73% | 0.93% | - |
| XYZ | 41.49 | 55.71 | 87.92 | - |
| YUV | 171.95 | 164.14 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 236 | 0.73 | 0.09 | 0 | 0.07 | 187.28 | 0.82 | 0.59 |
| Hex | 3F | D7 | EC | 49 | 9 | 0 | 7 | BB | 52 | 3B |
| Octal | 77 | 327 | 354 | 111 | 11 | 0 | 7 | 273 | 122 | 73 |
| Binary | 111111 | 11010111 | 11101100 | 1001001 | 1001 | 0 | 111 | 10111011 | 1010010 | 111011 |
Color Harmonies of #3FD7EC
Complementary color
Monochromatic Colors of #3FD7EC
Black with #3FD7EC
Text Example
Text Example
White with #3FD7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD7EC; }
p { color: rgb(63,215,236); }
H1.HeaderClassName
{
color: #3FD7EC;
}
.AnyTagClassName
{
color: #3FD7EC;
}
</style>
background-color css
<style>
a { background-color: #3FD7EC; }
a { background-color: rgb(63,215,236); }
div.DivClassName
{
background-color: #3FD7EC;
}
.BgClassName
{
background-color: #3FD7EC;
}
</style>
border-color css
<style>
span { border-color: #3FD7EC; }
span { border-color: rgb(63,215,236); }
td.TdClassName
{
border-color: #3FD7EC;
}
.TagClassName
{
border-color: #3FD7EC;
}
</style>