Shades of Turquoise #3FF0EC
Tints of Turquoise #3FF0EC
RGB
CMYK
RGB Variations
Color information
#3FF0EC (or 0x3FF0EC) is known color: Turquoise. HEX triplet: 3F, F0 and EC. RGB value is (63,240,236). Sum of RGB (Red+Green+Blue) = 63+240+236=539 (71% of max value = 765). Red value is 63 (25% from 255 or 11.69% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF0EC is #C00F13. Grayscale: #BABABA. Windows color (decimal): -12586772 or 15527999. OLE color: 15527999.
HSL color Cylindrical-coordinate representation of color #3FF0EC: hue angle of 178.64º degrees, saturation: 0.86, 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 #3FF0EC is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 236 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.06 |
| HSL | 178.64º | 0.86% | 0.59% | - |
| HSV(B) | 178.64º | 0.74% | 0.94% | - |
| XYZ | 48.35 | 69.43 | 90.21 | - |
| YUV | 186.62 | 155.86 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 236 | 0.74 | 0 | 0.02 | 0.06 | 178.64 | 0.86 | 0.59 |
| Hex | 3F | F0 | EC | 4A | 0 | 2 | 6 | B3 | 56 | 3B |
| Octal | 77 | 360 | 354 | 112 | 0 | 2 | 6 | 263 | 126 | 73 |
| Binary | 111111 | 11110000 | 11101100 | 1001010 | 0 | 10 | 110 | 10110011 | 1010110 | 111011 |
Color Harmonies of #3FF0EC
Complementary color
Monochromatic Colors of #3FF0EC
Black with #3FF0EC
Text Example
Text Example
White with #3FF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF0EC; }
p { color: rgb(63,240,236); }
H1.HeaderClassName
{
color: #3FF0EC;
}
.AnyTagClassName
{
color: #3FF0EC;
}
</style>
background-color css
<style>
a { background-color: #3FF0EC; }
a { background-color: rgb(63,240,236); }
div.DivClassName
{
background-color: #3FF0EC;
}
.BgClassName
{
background-color: #3FF0EC;
}
</style>
border-color css
<style>
span { border-color: #3FF0EC; }
span { border-color: rgb(63,240,236); }
td.TdClassName
{
border-color: #3FF0EC;
}
.TagClassName
{
border-color: #3FF0EC;
}
</style>