Shades of Turquoise #3FE0EC
Tints of Turquoise #3FE0EC
RGB
CMYK
RGB Variations
Color information
#3FE0EC (or 0x3FE0EC) is known color: Turquoise. HEX triplet: 3F, E0 and EC. RGB value is (63,224,236). Sum of RGB (Red+Green+Blue) = 63+224+236=523 (69% of max value = 765). Red value is 63 (25% from 255 or 12.05% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FE0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE0EC is #C01F13. Grayscale: #B1B1B1. Windows color (decimal): -12590868 or 15523903. OLE color: 15523903.
HSL color Cylindrical-coordinate representation of color #3FE0EC: hue angle of 184.16º 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 #3FE0EC is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 224 | 236 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.07 |
| HSL | 184.16º | 0.82% | 0.59% | - |
| HSV(B) | 184.16º | 0.73% | 0.93% | - |
| XYZ | 43.85 | 60.42 | 88.71 | - |
| YUV | 177.23 | 161.16 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 236 | 0.73 | 0.05 | 0 | 0.07 | 184.16 | 0.82 | 0.59 |
| Hex | 3F | E0 | EC | 49 | 5 | 0 | 7 | B8 | 52 | 3B |
| Octal | 77 | 340 | 354 | 111 | 5 | 0 | 7 | 270 | 122 | 73 |
| Binary | 111111 | 11100000 | 11101100 | 1001001 | 101 | 0 | 111 | 10111000 | 1010010 | 111011 |
Color Harmonies of #3FE0EC
Complementary color
Monochromatic Colors of #3FE0EC
Black with #3FE0EC
Text Example
Text Example
White with #3FE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE0EC; }
p { color: rgb(63,224,236); }
H1.HeaderClassName
{
color: #3FE0EC;
}
.AnyTagClassName
{
color: #3FE0EC;
}
</style>
background-color css
<style>
a { background-color: #3FE0EC; }
a { background-color: rgb(63,224,236); }
div.DivClassName
{
background-color: #3FE0EC;
}
.BgClassName
{
background-color: #3FE0EC;
}
</style>
border-color css
<style>
span { border-color: #3FE0EC; }
span { border-color: rgb(63,224,236); }
td.TdClassName
{
border-color: #3FE0EC;
}
.TagClassName
{
border-color: #3FE0EC;
}
</style>