Shades of Turquoise #41FACD
Tints of Turquoise #41FACD
RGB
CMYK
RGB Variations
Color information
#41FACD (or 0x41FACD) is known color: Turquoise. HEX triplet: 41, FA and CD. RGB value is (65,250,205). Sum of RGB (Red+Green+Blue) = 65+250+205=520 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.5% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #41FACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FACD is #BE0532. Grayscale: #BDBDBD. Windows color (decimal): -12453171 or 13498945. OLE color: 13498945.
HSL color Cylindrical-coordinate representation of color #41FACD: hue angle of 165.41º 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 #41FACD is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 205 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.02 |
| HSL | 165.41º | 0.95% | 0.62% | - |
| HSV(B) | 165.41º | 0.74% | 0.98% | - |
| XYZ | 47.39 | 73.9 | 69.52 | - |
| YUV | 189.56 | 136.71 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 205 | 0.74 | 0 | 0.18 | 0.02 | 165.41 | 0.95 | 0.62 |
| Hex | 41 | FA | CD | 4A | 0 | 12 | 2 | A5 | 5F | 3E |
| Octal | 101 | 372 | 315 | 112 | 0 | 22 | 2 | 245 | 137 | 76 |
| Binary | 1000001 | 11111010 | 11001101 | 1001010 | 0 | 10010 | 10 | 10100101 | 1011111 | 111110 |
Color Harmonies of #41FACD
Complementary color
Monochromatic Colors of #41FACD
Black with #41FACD
Text Example
Text Example
White with #41FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FACD; }
p { color: rgb(65,250,205); }
H1.HeaderClassName
{
color: #41FACD;
}
.AnyTagClassName
{
color: #41FACD;
}
</style>
background-color css
<style>
a { background-color: #41FACD; }
a { background-color: rgb(65,250,205); }
div.DivClassName
{
background-color: #41FACD;
}
.BgClassName
{
background-color: #41FACD;
}
</style>
border-color css
<style>
span { border-color: #41FACD; }
span { border-color: rgb(65,250,205); }
td.TdClassName
{
border-color: #41FACD;
}
.TagClassName
{
border-color: #41FACD;
}
</style>