Shades of Turquoise #3FF2E5
Tints of Turquoise #3FF2E5
RGB
CMYK
RGB Variations
Color information
#3FF2E5 (or 0x3FF2E5) is known color: Turquoise. HEX triplet: 3F, F2 and E5. RGB value is (63,242,229). Sum of RGB (Red+Green+Blue) = 63+242+229=534 (70% of max value = 765). Red value is 63 (25% from 255 or 11.80% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2E5 is #C00D1A. Grayscale: #BABABA. Windows color (decimal): -12586267 or 15069759. OLE color: 15069759.
HSL color Cylindrical-coordinate representation of color #3FF2E5: hue angle of 175.64º 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 #3FF2E5 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 229 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.05 |
| HSL | 175.64º | 0.87% | 0.6% | - |
| HSV(B) | 175.64º | 0.74% | 0.95% | - |
| XYZ | 47.94 | 70.22 | 85.16 | - |
| YUV | 187 | 151.7 | 39.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 229 | 0.74 | 0 | 0.05 | 0.05 | 175.64 | 0.87 | 0.6 |
| Hex | 3F | F2 | E5 | 4A | 0 | 5 | 5 | B0 | 57 | 3C |
| Octal | 77 | 362 | 345 | 112 | 0 | 5 | 5 | 260 | 127 | 74 |
| Binary | 111111 | 11110010 | 11100101 | 1001010 | 0 | 101 | 101 | 10110000 | 1010111 | 111100 |
Color Harmonies of #3FF2E5
Complementary color
Monochromatic Colors of #3FF2E5
Black with #3FF2E5
Text Example
Text Example
White with #3FF2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF2E5; }
p { color: rgb(63,242,229); }
H1.HeaderClassName
{
color: #3FF2E5;
}
.AnyTagClassName
{
color: #3FF2E5;
}
</style>
background-color css
<style>
a { background-color: #3FF2E5; }
a { background-color: rgb(63,242,229); }
div.DivClassName
{
background-color: #3FF2E5;
}
.BgClassName
{
background-color: #3FF2E5;
}
</style>
border-color css
<style>
span { border-color: #3FF2E5; }
span { border-color: rgb(63,242,229); }
td.TdClassName
{
border-color: #3FF2E5;
}
.TagClassName
{
border-color: #3FF2E5;
}
</style>