Shades of Turquoise #41FFB8
Tints of Turquoise #41FFB8
RGB
CMYK
RGB Variations
Color information
#41FFB8 (or 0x41FFB8) is known color: Turquoise. HEX triplet: 41, FF and B8. RGB value is (65,255,184). Sum of RGB (Red+Green+Blue) = 65+255+184=504 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.90% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFB8 is #BE0047. Grayscale: #BEBEBE. Windows color (decimal): -12451912 or 12123969. OLE color: 12123969.
HSL color Cylindrical-coordinate representation of color #41FFB8: hue angle of 157.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFB8 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 184 | - |
| CMYK | 0.75 | 0 | 0.28 | 0 |
| HSL | 157.58º | 1% | 0.63% | - |
| HSV(B) | 157.58º | 0.75% | 1% | - |
| XYZ | 46.59 | 76.1 | 57.58 | - |
| YUV | 190.1 | 124.55 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 184 | 0.75 | 0 | 0.28 | 0 | 157.58 | 1 | 0.63 |
| Hex | 41 | FF | B8 | 4B | 0 | 1C | 0 | 9E | 64 | 3F |
| Octal | 101 | 377 | 270 | 113 | 0 | 34 | 0 | 236 | 144 | 77 |
| Binary | 1000001 | 11111111 | 10111000 | 1001011 | 0 | 11100 | 0 | 10011110 | 1100100 | 111111 |
Color Harmonies of #41FFB8
Complementary color
Monochromatic Colors of #41FFB8
Black with #41FFB8
Text Example
Text Example
White with #41FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFB8; }
p { color: rgb(65,255,184); }
H1.HeaderClassName
{
color: #41FFB8;
}
.AnyTagClassName
{
color: #41FFB8;
}
</style>
background-color css
<style>
a { background-color: #41FFB8; }
a { background-color: rgb(65,255,184); }
div.DivClassName
{
background-color: #41FFB8;
}
.BgClassName
{
background-color: #41FFB8;
}
</style>
border-color css
<style>
span { border-color: #41FFB8; }
span { border-color: rgb(65,255,184); }
td.TdClassName
{
border-color: #41FFB8;
}
.TagClassName
{
border-color: #41FFB8;
}
</style>