Shades of Turquoise #3FF2B4
Tints of Turquoise #3FF2B4
RGB
CMYK
RGB Variations
Color information
#3FF2B4 (or 0x3FF2B4) is known color: Turquoise. HEX triplet: 3F, F2 and B4. RGB value is (63,242,180). Sum of RGB (Red+Green+Blue) = 63+242+180=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2B4 is #C00D4B. Grayscale: #B5B5B5. Windows color (decimal): -12586316 or 11858495. OLE color: 11858495.
HSL color Cylindrical-coordinate representation of color #3FF2B4: hue angle of 159.22º 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 #3FF2B4 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 180 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.05 |
| HSL | 159.22º | 0.87% | 0.6% | - |
| HSV(B) | 159.22º | 0.74% | 0.95% | - |
| XYZ | 42.04 | 67.86 | 54.06 | - |
| YUV | 181.41 | 127.2 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 180 | 0.74 | 0 | 0.26 | 0.05 | 159.22 | 0.87 | 0.6 |
| Hex | 3F | F2 | B4 | 4A | 0 | 1A | 5 | 9F | 57 | 3C |
| Octal | 77 | 362 | 264 | 112 | 0 | 32 | 5 | 237 | 127 | 74 |
| Binary | 111111 | 11110010 | 10110100 | 1001010 | 0 | 11010 | 101 | 10011111 | 1010111 | 111100 |
Color Harmonies of #3FF2B4
Complementary color
Monochromatic Colors of #3FF2B4
Black with #3FF2B4
Text Example
Text Example
White with #3FF2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF2B4; }
p { color: rgb(63,242,180); }
H1.HeaderClassName
{
color: #3FF2B4;
}
.AnyTagClassName
{
color: #3FF2B4;
}
</style>
background-color css
<style>
a { background-color: #3FF2B4; }
a { background-color: rgb(63,242,180); }
div.DivClassName
{
background-color: #3FF2B4;
}
.BgClassName
{
background-color: #3FF2B4;
}
</style>
border-color css
<style>
span { border-color: #3FF2B4; }
span { border-color: rgb(63,242,180); }
td.TdClassName
{
border-color: #3FF2B4;
}
.TagClassName
{
border-color: #3FF2B4;
}
</style>