Shades of Turquoise #3FD8EC
Tints of Turquoise #3FD8EC
RGB
CMYK
RGB Variations
Color information
#3FD8EC (or 0x3FD8EC) is known color: Turquoise. HEX triplet: 3F, D8 and EC. RGB value is (63,216,236). Sum of RGB (Red+Green+Blue) = 63+216+236=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FD8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD8EC is #C02713. Grayscale: #ACACAC. Windows color (decimal): -12592916 or 15521855. OLE color: 15521855.
HSL color Cylindrical-coordinate representation of color #3FD8EC: hue angle of 186.94º 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 #3FD8EC is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 216 | 236 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.07 |
| HSL | 186.94º | 0.82% | 0.59% | - |
| HSV(B) | 186.94º | 0.73% | 0.93% | - |
| XYZ | 41.75 | 56.22 | 88.01 | - |
| YUV | 172.53 | 163.81 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 216 | 236 | 0.73 | 0.08 | 0 | 0.07 | 186.94 | 0.82 | 0.59 |
| Hex | 3F | D8 | EC | 49 | 8 | 0 | 7 | BB | 52 | 3B |
| Octal | 77 | 330 | 354 | 111 | 10 | 0 | 7 | 273 | 122 | 73 |
| Binary | 111111 | 11011000 | 11101100 | 1001001 | 1000 | 0 | 111 | 10111011 | 1010010 | 111011 |
Color Harmonies of #3FD8EC
Complementary color
Monochromatic Colors of #3FD8EC
Black with #3FD8EC
Text Example
Text Example
White with #3FD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD8EC; }
p { color: rgb(63,216,236); }
H1.HeaderClassName
{
color: #3FD8EC;
}
.AnyTagClassName
{
color: #3FD8EC;
}
</style>
background-color css
<style>
a { background-color: #3FD8EC; }
a { background-color: rgb(63,216,236); }
div.DivClassName
{
background-color: #3FD8EC;
}
.BgClassName
{
background-color: #3FD8EC;
}
</style>
border-color css
<style>
span { border-color: #3FD8EC; }
span { border-color: rgb(63,216,236); }
td.TdClassName
{
border-color: #3FD8EC;
}
.TagClassName
{
border-color: #3FD8EC;
}
</style>