Shades of Medium Turquoise #41CFC3
Tints of Medium Turquoise #41CFC3
RGB
CMYK
RGB Variations
Color information
#41CFC3 (or 0x41CFC3) is known color: Medium Turquoise. HEX triplet: 41, CF and C3. RGB value is (65,207,195). Sum of RGB (Red+Green+Blue) = 65+207+195=467 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.92% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFC3 is #BE303C. Grayscale: #A3A3A3. Windows color (decimal): -12464189 or 12832577. OLE color: 12832577.
HSL color Cylindrical-coordinate representation of color #41CFC3: hue angle of 174.93º 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 #41CFC3 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 195 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.19 |
| HSL | 174.93º | 0.6% | 0.53% | - |
| HSV(B) | 174.93º | 0.69% | 0.81% | - |
| XYZ | 34.34 | 49.69 | 59.41 | - |
| YUV | 163.17 | 145.96 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 195 | 0.69 | 0 | 0.06 | 0.19 | 174.93 | 0.6 | 0.53 |
| Hex | 41 | CF | C3 | 45 | 0 | 6 | 13 | AF | 3C | 35 |
| Octal | 101 | 317 | 303 | 105 | 0 | 6 | 23 | 257 | 74 | 65 |
| Binary | 1000001 | 11001111 | 11000011 | 1000101 | 0 | 110 | 10011 | 10101111 | 111100 | 110101 |
Color Harmonies of #41CFC3
Complementary color
Monochromatic Colors of #41CFC3
Black with #41CFC3
Text Example
Text Example
White with #41CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFC3; }
p { color: rgb(65,207,195); }
H1.HeaderClassName
{
color: #41CFC3;
}
.AnyTagClassName
{
color: #41CFC3;
}
</style>
background-color css
<style>
a { background-color: #41CFC3; }
a { background-color: rgb(65,207,195); }
div.DivClassName
{
background-color: #41CFC3;
}
.BgClassName
{
background-color: #41CFC3;
}
</style>
border-color css
<style>
span { border-color: #41CFC3; }
span { border-color: rgb(65,207,195); }
td.TdClassName
{
border-color: #41CFC3;
}
.TagClassName
{
border-color: #41CFC3;
}
</style>