Shades of Turquoise #41E9CB
Tints of Turquoise #41E9CB
RGB
CMYK
RGB Variations
Color information
#41E9CB (or 0x41E9CB) is known color: Turquoise. HEX triplet: 41, E9 and CB. RGB value is (65,233,203). Sum of RGB (Red+Green+Blue) = 65+233+203=501 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.97% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #41E9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E9CB is #BE1634. Grayscale: #B3B3B3. Windows color (decimal): -12457525 or 13363521. OLE color: 13363521.
HSL color Cylindrical-coordinate representation of color #41E9CB: hue angle of 169.29º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E9CB is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 233 | 203 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.09 |
| HSL | 169.29º | 0.79% | 0.58% | - |
| HSV(B) | 169.29º | 0.72% | 0.91% | - |
| XYZ | 42.1 | 63.71 | 66.58 | - |
| YUV | 179.35 | 141.34 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 233 | 203 | 0.72 | 0 | 0.13 | 0.09 | 169.29 | 0.79 | 0.58 |
| Hex | 41 | E9 | CB | 48 | 0 | D | 9 | A9 | 4F | 3A |
| Octal | 101 | 351 | 313 | 110 | 0 | 15 | 11 | 251 | 117 | 72 |
| Binary | 1000001 | 11101001 | 11001011 | 1001000 | 0 | 1101 | 1001 | 10101001 | 1001111 | 111010 |
Color Harmonies of #41E9CB
Complementary color
Monochromatic Colors of #41E9CB
Black with #41E9CB
Text Example
Text Example
White with #41E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E9CB; }
p { color: rgb(65,233,203); }
H1.HeaderClassName
{
color: #41E9CB;
}
.AnyTagClassName
{
color: #41E9CB;
}
</style>
background-color css
<style>
a { background-color: #41E9CB; }
a { background-color: rgb(65,233,203); }
div.DivClassName
{
background-color: #41E9CB;
}
.BgClassName
{
background-color: #41E9CB;
}
</style>
border-color css
<style>
span { border-color: #41E9CB; }
span { border-color: rgb(65,233,203); }
td.TdClassName
{
border-color: #41E9CB;
}
.TagClassName
{
border-color: #41E9CB;
}
</style>