Shades of Turquoise #41FBCD
Tints of Turquoise #41FBCD
RGB
CMYK
RGB Variations
Color information
#41FBCD (or 0x41FBCD) is known color: Turquoise. HEX triplet: 41, FB and CD. RGB value is (65,251,205). Sum of RGB (Red+Green+Blue) = 65+251+205=521 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.48% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #41FBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FBCD is #BE0432. Grayscale: #BEBEBE. Windows color (decimal): -12452915 or 13499201. OLE color: 13499201.
HSL color Cylindrical-coordinate representation of color #41FBCD: hue angle of 165.16º degrees, saturation: 0.96, 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 #41FBCD is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 205 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.02 |
| HSL | 165.16º | 0.96% | 0.62% | - |
| HSV(B) | 165.16º | 0.74% | 0.98% | - |
| XYZ | 47.7 | 74.53 | 69.63 | - |
| YUV | 190.14 | 136.38 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 205 | 0.74 | 0 | 0.18 | 0.02 | 165.16 | 0.96 | 0.62 |
| Hex | 41 | FB | CD | 4A | 0 | 12 | 2 | A5 | 60 | 3E |
| Octal | 101 | 373 | 315 | 112 | 0 | 22 | 2 | 245 | 140 | 76 |
| Binary | 1000001 | 11111011 | 11001101 | 1001010 | 0 | 10010 | 10 | 10100101 | 1100000 | 111110 |
Color Harmonies of #41FBCD
Complementary color
Monochromatic Colors of #41FBCD
Black with #41FBCD
Text Example
Text Example
White with #41FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FBCD; }
p { color: rgb(65,251,205); }
H1.HeaderClassName
{
color: #41FBCD;
}
.AnyTagClassName
{
color: #41FBCD;
}
</style>
background-color css
<style>
a { background-color: #41FBCD; }
a { background-color: rgb(65,251,205); }
div.DivClassName
{
background-color: #41FBCD;
}
.BgClassName
{
background-color: #41FBCD;
}
</style>
border-color css
<style>
span { border-color: #41FBCD; }
span { border-color: rgb(65,251,205); }
td.TdClassName
{
border-color: #41FBCD;
}
.TagClassName
{
border-color: #41FBCD;
}
</style>