Shades of Turquoise #41FAB8
Tints of Turquoise #41FAB8
RGB
CMYK
RGB Variations
Color information
#41FAB8 (or 0x41FAB8) is known color: Turquoise. HEX triplet: 41, FA and B8. RGB value is (65,250,184). Sum of RGB (Red+Green+Blue) = 65+250+184=499 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13.03% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FAB8 is #BE0547. Grayscale: #BBBBBB. Windows color (decimal): -12453192 or 12122689. OLE color: 12122689.
HSL color Cylindrical-coordinate representation of color #41FAB8: hue angle of 158.59º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FAB8 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 184 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.02 |
| HSL | 158.59º | 0.95% | 0.62% | - |
| HSV(B) | 158.59º | 0.74% | 0.98% | - |
| XYZ | 45.02 | 72.96 | 57.06 | - |
| YUV | 187.16 | 126.21 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 184 | 0.74 | 0 | 0.26 | 0.02 | 158.59 | 0.95 | 0.62 |
| Hex | 41 | FA | B8 | 4A | 0 | 1A | 2 | 9F | 5F | 3E |
| Octal | 101 | 372 | 270 | 112 | 0 | 32 | 2 | 237 | 137 | 76 |
| Binary | 1000001 | 11111010 | 10111000 | 1001010 | 0 | 11010 | 10 | 10011111 | 1011111 | 111110 |
Color Harmonies of #41FAB8
Complementary color
Monochromatic Colors of #41FAB8
Black with #41FAB8
Text Example
Text Example
White with #41FAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FAB8; }
p { color: rgb(65,250,184); }
H1.HeaderClassName
{
color: #41FAB8;
}
.AnyTagClassName
{
color: #41FAB8;
}
</style>
background-color css
<style>
a { background-color: #41FAB8; }
a { background-color: rgb(65,250,184); }
div.DivClassName
{
background-color: #41FAB8;
}
.BgClassName
{
background-color: #41FAB8;
}
</style>
border-color css
<style>
span { border-color: #41FAB8; }
span { border-color: rgb(65,250,184); }
td.TdClassName
{
border-color: #41FAB8;
}
.TagClassName
{
border-color: #41FAB8;
}
</style>