Shades of Medium Turquoise #41C5CF
Tints of Medium Turquoise #41C5CF
RGB
CMYK
RGB Variations
Color information
#41C5CF (or 0x41C5CF) is known color: Medium Turquoise. HEX triplet: 41, C5 and CF. RGB value is (65,197,207). Sum of RGB (Red+Green+Blue) = 65+197+207=469 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.86% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #41C5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C5CF is #BE3A30. Grayscale: #9E9E9E. Windows color (decimal): -12466737 or 13616449. OLE color: 13616449.
HSL color Cylindrical-coordinate representation of color #41C5CF: hue angle of 184.23º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41C5CF is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 197 | 207 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.19 |
| HSL | 184.23º | 0.6% | 0.53% | - |
| HSV(B) | 184.23º | 0.69% | 0.81% | - |
| XYZ | 33.41 | 45.56 | 66.06 | - |
| YUV | 158.67 | 155.27 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 207 | 0.69 | 0.05 | 0 | 0.19 | 184.23 | 0.6 | 0.53 |
| Hex | 41 | C5 | CF | 45 | 5 | 0 | 13 | B8 | 3C | 35 |
| Octal | 101 | 305 | 317 | 105 | 5 | 0 | 23 | 270 | 74 | 65 |
| Binary | 1000001 | 11000101 | 11001111 | 1000101 | 101 | 0 | 10011 | 10111000 | 111100 | 110101 |
Color Harmonies of #41C5CF
Complementary color
Monochromatic Colors of #41C5CF
Black with #41C5CF
Text Example
Text Example
White with #41C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C5CF; }
p { color: rgb(65,197,207); }
H1.HeaderClassName
{
color: #41C5CF;
}
.AnyTagClassName
{
color: #41C5CF;
}
</style>
background-color css
<style>
a { background-color: #41C5CF; }
a { background-color: rgb(65,197,207); }
div.DivClassName
{
background-color: #41C5CF;
}
.BgClassName
{
background-color: #41C5CF;
}
</style>
border-color css
<style>
span { border-color: #41C5CF; }
span { border-color: rgb(65,197,207); }
td.TdClassName
{
border-color: #41C5CF;
}
.TagClassName
{
border-color: #41C5CF;
}
</style>