Shades of Turquoise #41FAC7
Tints of Turquoise #41FAC7
RGB
CMYK
RGB Variations
Color information
#41FAC7 (or 0x41FAC7) is known color: Turquoise. HEX triplet: 41, FA and C7. RGB value is (65,250,199). Sum of RGB (Red+Green+Blue) = 65+250+199=514 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.65% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FAC7 is #BE0538. Grayscale: #BCBCBC. Windows color (decimal): -12453177 or 13105729. OLE color: 13105729.
HSL color Cylindrical-coordinate representation of color #41FAC7: hue angle of 163.46º 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 #41FAC7 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 199 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.02 |
| HSL | 163.46º | 0.95% | 0.62% | - |
| HSV(B) | 163.46º | 0.74% | 0.98% | - |
| XYZ | 46.67 | 73.62 | 65.78 | - |
| YUV | 188.87 | 133.71 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 199 | 0.74 | 0 | 0.20 | 0.02 | 163.46 | 0.95 | 0.62 |
| Hex | 41 | FA | C7 | 4A | 0 | 14 | 2 | A3 | 5F | 3E |
| Octal | 101 | 372 | 307 | 112 | 0 | 24 | 2 | 243 | 137 | 76 |
| Binary | 1000001 | 11111010 | 11000111 | 1001010 | 0 | 10100 | 10 | 10100011 | 1011111 | 111110 |
Color Harmonies of #41FAC7
Complementary color
Monochromatic Colors of #41FAC7
Black with #41FAC7
Text Example
Text Example
White with #41FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FAC7; }
p { color: rgb(65,250,199); }
H1.HeaderClassName
{
color: #41FAC7;
}
.AnyTagClassName
{
color: #41FAC7;
}
</style>
background-color css
<style>
a { background-color: #41FAC7; }
a { background-color: rgb(65,250,199); }
div.DivClassName
{
background-color: #41FAC7;
}
.BgClassName
{
background-color: #41FAC7;
}
</style>
border-color css
<style>
span { border-color: #41FAC7; }
span { border-color: rgb(65,250,199); }
td.TdClassName
{
border-color: #41FAC7;
}
.TagClassName
{
border-color: #41FAC7;
}
</style>