Shades of Turquoise #41F4CB
Tints of Turquoise #41F4CB
RGB
CMYK
RGB Variations
Color information
#41F4CB (or 0x41F4CB) is known color: Turquoise. HEX triplet: 41, F4 and CB. RGB value is (65,244,203). Sum of RGB (Red+Green+Blue) = 65+244+203=512 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.70% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #41F4CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F4CB is #BE0B34. Grayscale: #B9B9B9. Windows color (decimal): -12454709 or 13366337. OLE color: 13366337.
HSL color Cylindrical-coordinate representation of color #41F4CB: hue angle of 166.26º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F4CB is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 244 | 203 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.04 |
| HSL | 166.26º | 0.89% | 0.61% | - |
| HSV(B) | 166.26º | 0.73% | 0.96% | - |
| XYZ | 45.31 | 70.14 | 67.65 | - |
| YUV | 185.81 | 137.7 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 244 | 203 | 0.73 | 0 | 0.17 | 0.04 | 166.26 | 0.89 | 0.61 |
| Hex | 41 | F4 | CB | 49 | 0 | 11 | 4 | A6 | 59 | 3D |
| Octal | 101 | 364 | 313 | 111 | 0 | 21 | 4 | 246 | 131 | 75 |
| Binary | 1000001 | 11110100 | 11001011 | 1001001 | 0 | 10001 | 100 | 10100110 | 1011001 | 111101 |
Color Harmonies of #41F4CB
Complementary color
Monochromatic Colors of #41F4CB
Black with #41F4CB
Text Example
Text Example
White with #41F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F4CB; }
p { color: rgb(65,244,203); }
H1.HeaderClassName
{
color: #41F4CB;
}
.AnyTagClassName
{
color: #41F4CB;
}
</style>
background-color css
<style>
a { background-color: #41F4CB; }
a { background-color: rgb(65,244,203); }
div.DivClassName
{
background-color: #41F4CB;
}
.BgClassName
{
background-color: #41F4CB;
}
</style>
border-color css
<style>
span { border-color: #41F4CB; }
span { border-color: rgb(65,244,203); }
td.TdClassName
{
border-color: #41F4CB;
}
.TagClassName
{
border-color: #41F4CB;
}
</style>