Shades of Turquoise #3FD8EF
Tints of Turquoise #3FD8EF
RGB
CMYK
RGB Variations
Color information
#3FD8EF (or 0x3FD8EF) is known color: Turquoise. HEX triplet: 3F, D8 and EF. RGB value is (63,216,239). Sum of RGB (Red+Green+Blue) = 63+216+239=518 (68% of max value = 765). Red value is 63 (25% from 255 or 12.16% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FD8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD8EF is #C02710. Grayscale: #ACACAC. Windows color (decimal): -12592913 or 15718463. OLE color: 15718463.
HSL color Cylindrical-coordinate representation of color #3FD8EF: hue angle of 187.84º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FD8EF is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 216 | 239 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.06 |
| HSL | 187.84º | 0.85% | 0.59% | - |
| HSV(B) | 187.84º | 0.74% | 0.94% | - |
| XYZ | 42.19 | 56.4 | 90.32 | - |
| YUV | 172.88 | 165.31 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 216 | 239 | 0.74 | 0.10 | 0 | 0.06 | 187.84 | 0.85 | 0.59 |
| Hex | 3F | D8 | EF | 4A | A | 0 | 6 | BC | 55 | 3B |
| Octal | 77 | 330 | 357 | 112 | 12 | 0 | 6 | 274 | 125 | 73 |
| Binary | 111111 | 11011000 | 11101111 | 1001010 | 1010 | 0 | 110 | 10111100 | 1010101 | 111011 |
Color Harmonies of #3FD8EF
Complementary color
Monochromatic Colors of #3FD8EF
Black with #3FD8EF
Text Example
Text Example
White with #3FD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD8EF; }
p { color: rgb(63,216,239); }
H1.HeaderClassName
{
color: #3FD8EF;
}
.AnyTagClassName
{
color: #3FD8EF;
}
</style>
background-color css
<style>
a { background-color: #3FD8EF; }
a { background-color: rgb(63,216,239); }
div.DivClassName
{
background-color: #3FD8EF;
}
.BgClassName
{
background-color: #3FD8EF;
}
</style>
border-color css
<style>
span { border-color: #3FD8EF; }
span { border-color: rgb(63,216,239); }
td.TdClassName
{
border-color: #3FD8EF;
}
.TagClassName
{
border-color: #3FD8EF;
}
</style>