Shades of Turquoise #3FFFF5
Tints of Turquoise #3FFFF5
RGB
CMYK
RGB Variations
Color information
#3FFFF5 (or 0x3FFFF5) is known color: Turquoise. HEX triplet: 3F, FF and F5. RGB value is (63,255,245). Sum of RGB (Red+Green+Blue) = 63+255+245=563 (74% of max value = 765). Red value is 63 (25% from 255 or 11.19% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFFF5 is #C0000A. Grayscale: #C4C4C4. Windows color (decimal): -12582923 or 16121663. OLE color: 16121663.
HSL color Cylindrical-coordinate representation of color #3FFFF5: hue angle of 176.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFF5 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 245 | - |
| CMYK | 0.75 | 0 | 0.04 | 0 |
| HSL | 176.88º | 1% | 0.62% | - |
| HSV(B) | 176.88º | 0.75% | 1% | - |
| XYZ | 54.29 | 79.17 | 98.81 | - |
| YUV | 196.45 | 155.39 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 245 | 0.75 | 0 | 0.04 | 0 | 176.88 | 1 | 0.62 |
| Hex | 3F | FF | F5 | 4B | 0 | 4 | 0 | B1 | 64 | 3E |
| Octal | 77 | 377 | 365 | 113 | 0 | 4 | 0 | 261 | 144 | 76 |
| Binary | 111111 | 11111111 | 11110101 | 1001011 | 0 | 100 | 0 | 10110001 | 1100100 | 111110 |
Color Harmonies of #3FFFF5
Complementary color
Monochromatic Colors of #3FFFF5
Black with #3FFFF5
Text Example
Text Example
White with #3FFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFF5; }
p { color: rgb(63,255,245); }
H1.HeaderClassName
{
color: #3FFFF5;
}
.AnyTagClassName
{
color: #3FFFF5;
}
</style>
background-color css
<style>
a { background-color: #3FFFF5; }
a { background-color: rgb(63,255,245); }
div.DivClassName
{
background-color: #3FFFF5;
}
.BgClassName
{
background-color: #3FFFF5;
}
</style>
border-color css
<style>
span { border-color: #3FFFF5; }
span { border-color: rgb(63,255,245); }
td.TdClassName
{
border-color: #3FFFF5;
}
.TagClassName
{
border-color: #3FFFF5;
}
</style>