Shades of Turquoise #3FD4EF
Tints of Turquoise #3FD4EF
RGB
CMYK
RGB Variations
Color information
#3FD4EF (or 0x3FD4EF) is known color: Turquoise. HEX triplet: 3F, D4 and EF. RGB value is (63,212,239). Sum of RGB (Red+Green+Blue) = 63+212+239=514 (68% of max value = 765). Red value is 63 (25% from 255 or 12.26% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FD4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD4EF is #C02B10. Grayscale: #AAAAAA. Windows color (decimal): -12593937 or 15717439. OLE color: 15717439.
HSL color Cylindrical-coordinate representation of color #3FD4EF: hue angle of 189.2º 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 #3FD4EF is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 212 | 239 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.06 |
| HSL | 189.2º | 0.85% | 0.59% | - |
| HSV(B) | 189.2º | 0.74% | 0.94% | - |
| XYZ | 41.17 | 54.38 | 89.99 | - |
| YUV | 170.53 | 166.64 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 212 | 239 | 0.74 | 0.11 | 0 | 0.06 | 189.2 | 0.85 | 0.59 |
| Hex | 3F | D4 | EF | 4A | B | 0 | 6 | BD | 55 | 3B |
| Octal | 77 | 324 | 357 | 112 | 13 | 0 | 6 | 275 | 125 | 73 |
| Binary | 111111 | 11010100 | 11101111 | 1001010 | 1011 | 0 | 110 | 10111101 | 1010101 | 111011 |
Color Harmonies of #3FD4EF
Complementary color
Monochromatic Colors of #3FD4EF
Black with #3FD4EF
Text Example
Text Example
White with #3FD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD4EF; }
p { color: rgb(63,212,239); }
H1.HeaderClassName
{
color: #3FD4EF;
}
.AnyTagClassName
{
color: #3FD4EF;
}
</style>
background-color css
<style>
a { background-color: #3FD4EF; }
a { background-color: rgb(63,212,239); }
div.DivClassName
{
background-color: #3FD4EF;
}
.BgClassName
{
background-color: #3FD4EF;
}
</style>
border-color css
<style>
span { border-color: #3FD4EF; }
span { border-color: rgb(63,212,239); }
td.TdClassName
{
border-color: #3FD4EF;
}
.TagClassName
{
border-color: #3FD4EF;
}
</style>