Shades of Medium Turquoise #41D5C8
Tints of Medium Turquoise #41D5C8
RGB
CMYK
RGB Variations
Color information
#41D5C8 (or 0x41D5C8) is known color: Medium Turquoise. HEX triplet: 41, D5 and C8. RGB value is (65,213,200). Sum of RGB (Red+Green+Blue) = 65+213+200=478 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.60% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #41D5C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D5C8 is #BE2A37. Grayscale: #A7A7A7. Windows color (decimal): -12462648 or 13161793. OLE color: 13161793.
HSL color Cylindrical-coordinate representation of color #41D5C8: hue angle of 174.73º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D5C8 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 200 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.16 |
| HSL | 174.73º | 0.64% | 0.55% | - |
| HSV(B) | 174.73º | 0.69% | 0.84% | - |
| XYZ | 36.4 | 52.88 | 62.93 | - |
| YUV | 167.27 | 146.47 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 200 | 0.69 | 0 | 0.06 | 0.16 | 174.73 | 0.64 | 0.55 |
| Hex | 41 | D5 | C8 | 45 | 0 | 6 | 10 | AF | 40 | 37 |
| Octal | 101 | 325 | 310 | 105 | 0 | 6 | 20 | 257 | 100 | 67 |
| Binary | 1000001 | 11010101 | 11001000 | 1000101 | 0 | 110 | 10000 | 10101111 | 1000000 | 110111 |
Color Harmonies of #41D5C8
Complementary color
Monochromatic Colors of #41D5C8
Black with #41D5C8
Text Example
Text Example
White with #41D5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D5C8; }
p { color: rgb(65,213,200); }
H1.HeaderClassName
{
color: #41D5C8;
}
.AnyTagClassName
{
color: #41D5C8;
}
</style>
background-color css
<style>
a { background-color: #41D5C8; }
a { background-color: rgb(65,213,200); }
div.DivClassName
{
background-color: #41D5C8;
}
.BgClassName
{
background-color: #41D5C8;
}
</style>
border-color css
<style>
span { border-color: #41D5C8; }
span { border-color: rgb(65,213,200); }
td.TdClassName
{
border-color: #41D5C8;
}
.TagClassName
{
border-color: #41D5C8;
}
</style>