Shades of Turquoise #41D8CB
Tints of Turquoise #41D8CB
RGB
CMYK
RGB Variations
Color information
#41D8CB (or 0x41D8CB) is known color: Turquoise. HEX triplet: 41, D8 and CB. RGB value is (65,216,203). Sum of RGB (Red+Green+Blue) = 65+216+203=484 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.43% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #41D8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D8CB is #BE2734. Grayscale: #A9A9A9. Windows color (decimal): -12461877 or 13359169. OLE color: 13359169.
HSL color Cylindrical-coordinate representation of color #41D8CB: hue angle of 174.83º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D8CB is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 203 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.15 |
| HSL | 174.83º | 0.66% | 0.55% | - |
| HSV(B) | 174.83º | 0.7% | 0.85% | - |
| XYZ | 37.52 | 54.55 | 65.05 | - |
| YUV | 169.37 | 146.97 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 203 | 0.70 | 0 | 0.06 | 0.15 | 174.83 | 0.66 | 0.55 |
| Hex | 41 | D8 | CB | 46 | 0 | 6 | F | AF | 42 | 37 |
| Octal | 101 | 330 | 313 | 106 | 0 | 6 | 17 | 257 | 102 | 67 |
| Binary | 1000001 | 11011000 | 11001011 | 1000110 | 0 | 110 | 1111 | 10101111 | 1000010 | 110111 |
Color Harmonies of #41D8CB
Complementary color
Monochromatic Colors of #41D8CB
Black with #41D8CB
Text Example
Text Example
White with #41D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D8CB; }
p { color: rgb(65,216,203); }
H1.HeaderClassName
{
color: #41D8CB;
}
.AnyTagClassName
{
color: #41D8CB;
}
</style>
background-color css
<style>
a { background-color: #41D8CB; }
a { background-color: rgb(65,216,203); }
div.DivClassName
{
background-color: #41D8CB;
}
.BgClassName
{
background-color: #41D8CB;
}
</style>
border-color css
<style>
span { border-color: #41D8CB; }
span { border-color: rgb(65,216,203); }
td.TdClassName
{
border-color: #41D8CB;
}
.TagClassName
{
border-color: #41D8CB;
}
</style>