Shades of Turquoise #3FF2F1
Tints of Turquoise #3FF2F1
RGB
CMYK
RGB Variations
Color information
#3FF2F1 (or 0x3FF2F1) is known color: Turquoise. HEX triplet: 3F, F2 and F1. RGB value is (63,242,241). Sum of RGB (Red+Green+Blue) = 63+242+241=546 (72% of max value = 765). Red value is 63 (25% from 255 or 11.54% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF2F1 is #C00D0E. Grayscale: #BCBCBC. Windows color (decimal): -12586255 or 15856191. OLE color: 15856191.
HSL color Cylindrical-coordinate representation of color #3FF2F1: hue angle of 179.66º degrees, saturation: 0.87, 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 #3FF2F1 is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 241 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.05 |
| HSL | 179.66º | 0.87% | 0.6% | - |
| HSV(B) | 179.66º | 0.74% | 0.95% | - |
| XYZ | 49.68 | 70.91 | 94.29 | - |
| YUV | 188.37 | 157.7 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 241 | 0.74 | 0 | 0.00 | 0.05 | 179.66 | 0.87 | 0.6 |
| Hex | 3F | F2 | F1 | 4A | 0 | 0 | 5 | B4 | 57 | 3C |
| Octal | 77 | 362 | 361 | 112 | 0 | 0 | 5 | 264 | 127 | 74 |
| Binary | 111111 | 11110010 | 11110001 | 1001010 | 0 | 0 | 101 | 10110100 | 1010111 | 111100 |
Color Harmonies of #3FF2F1
Complementary color
Monochromatic Colors of #3FF2F1
Black with #3FF2F1
Text Example
Text Example
White with #3FF2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF2F1; }
p { color: rgb(63,242,241); }
H1.HeaderClassName
{
color: #3FF2F1;
}
.AnyTagClassName
{
color: #3FF2F1;
}
</style>
background-color css
<style>
a { background-color: #3FF2F1; }
a { background-color: rgb(63,242,241); }
div.DivClassName
{
background-color: #3FF2F1;
}
.BgClassName
{
background-color: #3FF2F1;
}
</style>
border-color css
<style>
span { border-color: #3FF2F1; }
span { border-color: rgb(63,242,241); }
td.TdClassName
{
border-color: #3FF2F1;
}
.TagClassName
{
border-color: #3FF2F1;
}
</style>