Shades of Turquoise #3FF1EC
Tints of Turquoise #3FF1EC
RGB
CMYK
RGB Variations
Color information
#3FF1EC (or 0x3FF1EC) is known color: Turquoise. HEX triplet: 3F, F1 and EC. RGB value is (63,241,236). Sum of RGB (Red+Green+Blue) = 63+241+236=540 (71% of max value = 765). Red value is 63 (25% from 255 or 11.67% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF1EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF1EC is #C00E13. Grayscale: #BBBBBB. Windows color (decimal): -12586516 or 15528255. OLE color: 15528255.
HSL color Cylindrical-coordinate representation of color #3FF1EC: hue angle of 178.31º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF1EC is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 236 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.05 |
| HSL | 178.31º | 0.86% | 0.6% | - |
| HSV(B) | 178.31º | 0.74% | 0.95% | - |
| XYZ | 48.65 | 70.02 | 90.31 | - |
| YUV | 187.21 | 155.53 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 236 | 0.74 | 0 | 0.02 | 0.05 | 178.31 | 0.86 | 0.6 |
| Hex | 3F | F1 | EC | 4A | 0 | 2 | 5 | B2 | 56 | 3C |
| Octal | 77 | 361 | 354 | 112 | 0 | 2 | 5 | 262 | 126 | 74 |
| Binary | 111111 | 11110001 | 11101100 | 1001010 | 0 | 10 | 101 | 10110010 | 1010110 | 111100 |
Color Harmonies of #3FF1EC
Complementary color
Monochromatic Colors of #3FF1EC
Black with #3FF1EC
Text Example
Text Example
White with #3FF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF1EC; }
p { color: rgb(63,241,236); }
H1.HeaderClassName
{
color: #3FF1EC;
}
.AnyTagClassName
{
color: #3FF1EC;
}
</style>
background-color css
<style>
a { background-color: #3FF1EC; }
a { background-color: rgb(63,241,236); }
div.DivClassName
{
background-color: #3FF1EC;
}
.BgClassName
{
background-color: #3FF1EC;
}
</style>
border-color css
<style>
span { border-color: #3FF1EC; }
span { border-color: rgb(63,241,236); }
td.TdClassName
{
border-color: #3FF1EC;
}
.TagClassName
{
border-color: #3FF1EC;
}
</style>