Shades of Turquoise #3FF1F0
Tints of Turquoise #3FF1F0
RGB
CMYK
RGB Variations
Color information
#3FF1F0 (or 0x3FF1F0) is known color: Turquoise. HEX triplet: 3F, F1 and F0. RGB value is (63,241,240). Sum of RGB (Red+Green+Blue) = 63+241+240=544 (72% of max value = 765). Red value is 63 (25% from 255 or 11.58% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF1F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF1F0 is #C00E0F. Grayscale: #BBBBBB. Windows color (decimal): -12586512 or 15790399. OLE color: 15790399.
HSL color Cylindrical-coordinate representation of color #3FF1F0: hue angle of 179.66º 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 #3FF1F0 is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 240 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.05 |
| HSL | 179.66º | 0.86% | 0.6% | - |
| HSV(B) | 179.66º | 0.74% | 0.95% | - |
| XYZ | 49.23 | 70.26 | 93.4 | - |
| YUV | 187.66 | 157.53 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 240 | 0.74 | 0 | 0.00 | 0.05 | 179.66 | 0.86 | 0.6 |
| Hex | 3F | F1 | F0 | 4A | 0 | 0 | 5 | B4 | 56 | 3C |
| Octal | 77 | 361 | 360 | 112 | 0 | 0 | 5 | 264 | 126 | 74 |
| Binary | 111111 | 11110001 | 11110000 | 1001010 | 0 | 0 | 101 | 10110100 | 1010110 | 111100 |
Color Harmonies of #3FF1F0
Complementary color
Monochromatic Colors of #3FF1F0
Black with #3FF1F0
Text Example
Text Example
White with #3FF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF1F0; }
p { color: rgb(63,241,240); }
H1.HeaderClassName
{
color: #3FF1F0;
}
.AnyTagClassName
{
color: #3FF1F0;
}
</style>
background-color css
<style>
a { background-color: #3FF1F0; }
a { background-color: rgb(63,241,240); }
div.DivClassName
{
background-color: #3FF1F0;
}
.BgClassName
{
background-color: #3FF1F0;
}
</style>
border-color css
<style>
span { border-color: #3FF1F0; }
span { border-color: rgb(63,241,240); }
td.TdClassName
{
border-color: #3FF1F0;
}
.TagClassName
{
border-color: #3FF1F0;
}
</style>