Shades of Turquoise #3FF2B8
Tints of Turquoise #3FF2B8
RGB
CMYK
RGB Variations
Color information
#3FF2B8 (or 0x3FF2B8) is known color: Turquoise. HEX triplet: 3F, F2 and B8. RGB value is (63,242,184). Sum of RGB (Red+Green+Blue) = 63+242+184=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2B8 is #C00D47. Grayscale: #B5B5B5. Windows color (decimal): -12586312 or 12120639. OLE color: 12120639.
HSL color Cylindrical-coordinate representation of color #3FF2B8: hue angle of 160.56º 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 #3FF2B8 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 184 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.05 |
| HSL | 160.56º | 0.87% | 0.6% | - |
| HSV(B) | 160.56º | 0.74% | 0.95% | - |
| XYZ | 42.45 | 68.02 | 56.24 | - |
| YUV | 181.87 | 129.2 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 184 | 0.74 | 0 | 0.24 | 0.05 | 160.56 | 0.87 | 0.6 |
| Hex | 3F | F2 | B8 | 4A | 0 | 18 | 5 | A1 | 57 | 3C |
| Octal | 77 | 362 | 270 | 112 | 0 | 30 | 5 | 241 | 127 | 74 |
| Binary | 111111 | 11110010 | 10111000 | 1001010 | 0 | 11000 | 101 | 10100001 | 1010111 | 111100 |
Color Harmonies of #3FF2B8
Complementary color
Monochromatic Colors of #3FF2B8
Black with #3FF2B8
Text Example
Text Example
White with #3FF2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF2B8; }
p { color: rgb(63,242,184); }
H1.HeaderClassName
{
color: #3FF2B8;
}
.AnyTagClassName
{
color: #3FF2B8;
}
</style>
background-color css
<style>
a { background-color: #3FF2B8; }
a { background-color: rgb(63,242,184); }
div.DivClassName
{
background-color: #3FF2B8;
}
.BgClassName
{
background-color: #3FF2B8;
}
</style>
border-color css
<style>
span { border-color: #3FF2B8; }
span { border-color: rgb(63,242,184); }
td.TdClassName
{
border-color: #3FF2B8;
}
.TagClassName
{
border-color: #3FF2B8;
}
</style>