Shades of Turquoise #3FF1F5
Tints of Turquoise #3FF1F5
RGB
CMYK
RGB Variations
Color information
#3FF1F5 (or 0x3FF1F5) is known color: Turquoise. HEX triplet: 3F, F1 and F5. RGB value is (63,241,245). Sum of RGB (Red+Green+Blue) = 63+241+245=549 (72% of max value = 765). Red value is 63 (25% from 255 or 11.48% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #3FF1F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF1F5 is #C00E0A. Grayscale: #BCBCBC. Windows color (decimal): -12586507 or 16118079. OLE color: 16118079.
HSL color Cylindrical-coordinate representation of color #3FF1F5: hue angle of 181.32º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF1F5 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 241 | 245 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.04 |
| HSL | 181.32º | 0.9% | 0.6% | - |
| HSV(B) | 181.32º | 0.74% | 0.96% | - |
| XYZ | 49.99 | 70.56 | 97.37 | - |
| YUV | 188.23 | 160.03 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 245 | 0.74 | 0.02 | 0 | 0.04 | 181.32 | 0.9 | 0.6 |
| Hex | 3F | F1 | F5 | 4A | 2 | 0 | 4 | B5 | 5A | 3C |
| Octal | 77 | 361 | 365 | 112 | 2 | 0 | 4 | 265 | 132 | 74 |
| Binary | 111111 | 11110001 | 11110101 | 1001010 | 10 | 0 | 100 | 10110101 | 1011010 | 111100 |
Color Harmonies of #3FF1F5
Complementary color
Monochromatic Colors of #3FF1F5
Black with #3FF1F5
Text Example
Text Example
White with #3FF1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF1F5; }
p { color: rgb(63,241,245); }
H1.HeaderClassName
{
color: #3FF1F5;
}
.AnyTagClassName
{
color: #3FF1F5;
}
</style>
background-color css
<style>
a { background-color: #3FF1F5; }
a { background-color: rgb(63,241,245); }
div.DivClassName
{
background-color: #3FF1F5;
}
.BgClassName
{
background-color: #3FF1F5;
}
</style>
border-color css
<style>
span { border-color: #3FF1F5; }
span { border-color: rgb(63,241,245); }
td.TdClassName
{
border-color: #3FF1F5;
}
.TagClassName
{
border-color: #3FF1F5;
}
</style>