Shades of Medium Turquoise #41CFC5
Tints of Medium Turquoise #41CFC5
RGB
CMYK
RGB Variations
Color information
#41CFC5 (or 0x41CFC5) is known color: Medium Turquoise. HEX triplet: 41, CF and C5. RGB value is (65,207,197). Sum of RGB (Red+Green+Blue) = 65+207+197=469 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.86% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFC5 is #BE303A. Grayscale: #A3A3A3. Windows color (decimal): -12464187 or 12963649. OLE color: 12963649.
HSL color Cylindrical-coordinate representation of color #41CFC5: hue angle of 175.77º 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 #41CFC5 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 197 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.19 |
| HSL | 175.77º | 0.6% | 0.53% | - |
| HSV(B) | 175.77º | 0.69% | 0.81% | - |
| XYZ | 34.57 | 49.78 | 60.61 | - |
| YUV | 163.4 | 146.96 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 197 | 0.69 | 0 | 0.05 | 0.19 | 175.77 | 0.6 | 0.53 |
| Hex | 41 | CF | C5 | 45 | 0 | 5 | 13 | B0 | 3C | 35 |
| Octal | 101 | 317 | 305 | 105 | 0 | 5 | 23 | 260 | 74 | 65 |
| Binary | 1000001 | 11001111 | 11000101 | 1000101 | 0 | 101 | 10011 | 10110000 | 111100 | 110101 |
Color Harmonies of #41CFC5
Complementary color
Monochromatic Colors of #41CFC5
Black with #41CFC5
Text Example
Text Example
White with #41CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFC5; }
p { color: rgb(65,207,197); }
H1.HeaderClassName
{
color: #41CFC5;
}
.AnyTagClassName
{
color: #41CFC5;
}
</style>
background-color css
<style>
a { background-color: #41CFC5; }
a { background-color: rgb(65,207,197); }
div.DivClassName
{
background-color: #41CFC5;
}
.BgClassName
{
background-color: #41CFC5;
}
</style>
border-color css
<style>
span { border-color: #41CFC5; }
span { border-color: rgb(65,207,197); }
td.TdClassName
{
border-color: #41CFC5;
}
.TagClassName
{
border-color: #41CFC5;
}
</style>