Shades of Turquoise #41FAAF
Tints of Turquoise #41FAAF
RGB
CMYK
RGB Variations
Color information
#41FAAF (or 0x41FAAF) is known color: Turquoise. HEX triplet: 41, FA and AF. RGB value is (65,250,175). Sum of RGB (Red+Green+Blue) = 65+250+175=490 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.27% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FAAF is #BE0550. Grayscale: #BABABA. Windows color (decimal): -12453201 or 11532865. OLE color: 11532865.
HSL color Cylindrical-coordinate representation of color #41FAAF: hue angle of 155.68º 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 #41FAAF is Cyan = 0.74, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 175 | - |
| CMYK | 0.74 | 0 | 0.3 | 0.02 |
| HSL | 155.68º | 0.95% | 0.62% | - |
| HSV(B) | 155.68º | 0.74% | 0.98% | - |
| XYZ | 44.1 | 72.59 | 52.24 | - |
| YUV | 186.14 | 121.71 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 175 | 0.74 | 0 | 0.3 | 0.02 | 155.68 | 0.95 | 0.62 |
| Hex | 41 | FA | AF | 4A | 0 | 1E | 2 | 9C | 5F | 3E |
| Octal | 101 | 372 | 257 | 112 | 0 | 36 | 2 | 234 | 137 | 76 |
| Binary | 1000001 | 11111010 | 10101111 | 1001010 | 0 | 11110 | 10 | 10011100 | 1011111 | 111110 |
Color Harmonies of #41FAAF
Complementary color
Monochromatic Colors of #41FAAF
Black with #41FAAF
Text Example
Text Example
White with #41FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FAAF; }
p { color: rgb(65,250,175); }
H1.HeaderClassName
{
color: #41FAAF;
}
.AnyTagClassName
{
color: #41FAAF;
}
</style>
background-color css
<style>
a { background-color: #41FAAF; }
a { background-color: rgb(65,250,175); }
div.DivClassName
{
background-color: #41FAAF;
}
.BgClassName
{
background-color: #41FAAF;
}
</style>
border-color css
<style>
span { border-color: #41FAAF; }
span { border-color: rgb(65,250,175); }
td.TdClassName
{
border-color: #41FAAF;
}
.TagClassName
{
border-color: #41FAAF;
}
</style>