Shades of Turquoise #3FD6EF
Tints of Turquoise #3FD6EF
RGB
CMYK
RGB Variations
Color information
#3FD6EF (or 0x3FD6EF) is known color: Turquoise. HEX triplet: 3F, D6 and EF. RGB value is (63,214,239). Sum of RGB (Red+Green+Blue) = 63+214+239=516 (68% of max value = 765). Red value is 63 (25% from 255 or 12.21% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FD6EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD6EF is #C02910. Grayscale: #ABABAB. Windows color (decimal): -12593425 or 15717951. OLE color: 15717951.
HSL color Cylindrical-coordinate representation of color #3FD6EF: hue angle of 188.52º 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 #3FD6EF is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 214 | 239 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.06 |
| HSL | 188.52º | 0.85% | 0.59% | - |
| HSV(B) | 188.52º | 0.74% | 0.94% | - |
| XYZ | 41.68 | 55.38 | 90.15 | - |
| YUV | 171.7 | 165.97 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 214 | 239 | 0.74 | 0.10 | 0 | 0.06 | 188.52 | 0.85 | 0.59 |
| Hex | 3F | D6 | EF | 4A | A | 0 | 6 | BD | 55 | 3B |
| Octal | 77 | 326 | 357 | 112 | 12 | 0 | 6 | 275 | 125 | 73 |
| Binary | 111111 | 11010110 | 11101111 | 1001010 | 1010 | 0 | 110 | 10111101 | 1010101 | 111011 |
Color Harmonies of #3FD6EF
Complementary color
Monochromatic Colors of #3FD6EF
Black with #3FD6EF
Text Example
Text Example
White with #3FD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD6EF; }
p { color: rgb(63,214,239); }
H1.HeaderClassName
{
color: #3FD6EF;
}
.AnyTagClassName
{
color: #3FD6EF;
}
</style>
background-color css
<style>
a { background-color: #3FD6EF; }
a { background-color: rgb(63,214,239); }
div.DivClassName
{
background-color: #3FD6EF;
}
.BgClassName
{
background-color: #3FD6EF;
}
</style>
border-color css
<style>
span { border-color: #3FD6EF; }
span { border-color: rgb(63,214,239); }
td.TdClassName
{
border-color: #3FD6EF;
}
.TagClassName
{
border-color: #3FD6EF;
}
</style>