Shades of Turquoise #3FF0B8
Tints of Turquoise #3FF0B8
RGB
CMYK
RGB Variations
Color information
#3FF0B8 (or 0x3FF0B8) is known color: Turquoise. HEX triplet: 3F, F0 and B8. RGB value is (63,240,184). Sum of RGB (Red+Green+Blue) = 63+240+184=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF0B8 is #C00F47. Grayscale: #B4B4B4. Windows color (decimal): -12586824 or 12120127. OLE color: 12120127.
HSL color Cylindrical-coordinate representation of color #3FF0B8: hue angle of 161.02º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0B8 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 184 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.06 |
| HSL | 161.02º | 0.86% | 0.59% | - |
| HSV(B) | 161.02º | 0.74% | 0.94% | - |
| XYZ | 41.86 | 66.84 | 56.04 | - |
| YUV | 180.69 | 129.86 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 184 | 0.74 | 0 | 0.23 | 0.06 | 161.02 | 0.86 | 0.59 |
| Hex | 3F | F0 | B8 | 4A | 0 | 17 | 6 | A1 | 56 | 3B |
| Octal | 77 | 360 | 270 | 112 | 0 | 27 | 6 | 241 | 126 | 73 |
| Binary | 111111 | 11110000 | 10111000 | 1001010 | 0 | 10111 | 110 | 10100001 | 1010110 | 111011 |
Color Harmonies of #3FF0B8
Complementary color
Monochromatic Colors of #3FF0B8
Black with #3FF0B8
Text Example
Text Example
White with #3FF0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF0B8; }
p { color: rgb(63,240,184); }
H1.HeaderClassName
{
color: #3FF0B8;
}
.AnyTagClassName
{
color: #3FF0B8;
}
</style>
background-color css
<style>
a { background-color: #3FF0B8; }
a { background-color: rgb(63,240,184); }
div.DivClassName
{
background-color: #3FF0B8;
}
.BgClassName
{
background-color: #3FF0B8;
}
</style>
border-color css
<style>
span { border-color: #3FF0B8; }
span { border-color: rgb(63,240,184); }
td.TdClassName
{
border-color: #3FF0B8;
}
.TagClassName
{
border-color: #3FF0B8;
}
</style>