Shades of Turquoise #41FCAF
Tints of Turquoise #41FCAF
RGB
CMYK
RGB Variations
Color information
#41FCAF (or 0x41FCAF) is known color: Turquoise. HEX triplet: 41, FC and AF. RGB value is (65,252,175). Sum of RGB (Red+Green+Blue) = 65+252+175=492 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.21% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FCAF is #BE0350. Grayscale: #BBBBBB. Windows color (decimal): -12452689 or 11533377. OLE color: 11533377.
HSL color Cylindrical-coordinate representation of color #41FCAF: hue angle of 155.29º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FCAF is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 175 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.01 |
| HSL | 155.29º | 0.97% | 0.62% | - |
| HSV(B) | 155.29º | 0.74% | 0.99% | - |
| XYZ | 44.73 | 73.84 | 52.45 | - |
| YUV | 187.31 | 121.05 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 175 | 0.74 | 0 | 0.31 | 0.01 | 155.29 | 0.97 | 0.62 |
| Hex | 41 | FC | AF | 4A | 0 | 1F | 1 | 9B | 61 | 3E |
| Octal | 101 | 374 | 257 | 112 | 0 | 37 | 1 | 233 | 141 | 76 |
| Binary | 1000001 | 11111100 | 10101111 | 1001010 | 0 | 11111 | 1 | 10011011 | 1100001 | 111110 |
Color Harmonies of #41FCAF
Complementary color
Monochromatic Colors of #41FCAF
Black with #41FCAF
Text Example
Text Example
White with #41FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FCAF; }
p { color: rgb(65,252,175); }
H1.HeaderClassName
{
color: #41FCAF;
}
.AnyTagClassName
{
color: #41FCAF;
}
</style>
background-color css
<style>
a { background-color: #41FCAF; }
a { background-color: rgb(65,252,175); }
div.DivClassName
{
background-color: #41FCAF;
}
.BgClassName
{
background-color: #41FCAF;
}
</style>
border-color css
<style>
span { border-color: #41FCAF; }
span { border-color: rgb(65,252,175); }
td.TdClassName
{
border-color: #41FCAF;
}
.TagClassName
{
border-color: #41FCAF;
}
</style>