Shades of Turquoise #41FFCB
Tints of Turquoise #41FFCB
RGB
CMYK
RGB Variations
Color information
#41FFCB (or 0x41FFCB) is known color: Turquoise. HEX triplet: 41, FF and CB. RGB value is (65,255,203). Sum of RGB (Red+Green+Blue) = 65+255+203=523 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.43% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFCB is #BE0034. Grayscale: #C0C0C0. Windows color (decimal): -12451893 or 13369153. OLE color: 13369153.
HSL color Cylindrical-coordinate representation of color #41FFCB: hue angle of 163.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFCB is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 203 | - |
| CMYK | 0.75 | 0 | 0.20 | 0 |
| HSL | 163.58º | 1% | 0.63% | - |
| HSV(B) | 163.58º | 0.75% | 1% | - |
| XYZ | 48.72 | 76.96 | 68.79 | - |
| YUV | 192.26 | 134.05 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 203 | 0.75 | 0 | 0.20 | 0 | 163.58 | 1 | 0.63 |
| Hex | 41 | FF | CB | 4B | 0 | 14 | 0 | A4 | 64 | 3F |
| Octal | 101 | 377 | 313 | 113 | 0 | 24 | 0 | 244 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11001011 | 1001011 | 0 | 10100 | 0 | 10100100 | 1100100 | 111111 |
Color Harmonies of #41FFCB
Complementary color
Monochromatic Colors of #41FFCB
Black with #41FFCB
Text Example
Text Example
White with #41FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFCB; }
p { color: rgb(65,255,203); }
H1.HeaderClassName
{
color: #41FFCB;
}
.AnyTagClassName
{
color: #41FFCB;
}
</style>
background-color css
<style>
a { background-color: #41FFCB; }
a { background-color: rgb(65,255,203); }
div.DivClassName
{
background-color: #41FFCB;
}
.BgClassName
{
background-color: #41FFCB;
}
</style>
border-color css
<style>
span { border-color: #41FFCB; }
span { border-color: rgb(65,255,203); }
td.TdClassName
{
border-color: #41FFCB;
}
.TagClassName
{
border-color: #41FFCB;
}
</style>