Shades of Medium Turquoise #41CFB8
Tints of Medium Turquoise #41CFB8
RGB
CMYK
RGB Variations
Color information
#41CFB8 (or 0x41CFB8) is known color: Medium Turquoise. HEX triplet: 41, CF and B8. RGB value is (65,207,184). Sum of RGB (Red+Green+Blue) = 65+207+184=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFB8 is #BE3047. Grayscale: #A1A1A1. Windows color (decimal): -12464200 or 12111681. OLE color: 12111681.
HSL color Cylindrical-coordinate representation of color #41CFB8: hue angle of 170.28º 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 #41CFB8 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 184 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.19 |
| HSL | 170.28º | 0.6% | 0.53% | - |
| HSV(B) | 170.28º | 0.69% | 0.81% | - |
| XYZ | 33.14 | 49.21 | 53.1 | - |
| YUV | 161.92 | 140.46 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 184 | 0.69 | 0 | 0.11 | 0.19 | 170.28 | 0.6 | 0.53 |
| Hex | 41 | CF | B8 | 45 | 0 | B | 13 | AA | 3C | 35 |
| Octal | 101 | 317 | 270 | 105 | 0 | 13 | 23 | 252 | 74 | 65 |
| Binary | 1000001 | 11001111 | 10111000 | 1000101 | 0 | 1011 | 10011 | 10101010 | 111100 | 110101 |
Color Harmonies of #41CFB8
Complementary color
Monochromatic Colors of #41CFB8
Black with #41CFB8
Text Example
Text Example
White with #41CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFB8; }
p { color: rgb(65,207,184); }
H1.HeaderClassName
{
color: #41CFB8;
}
.AnyTagClassName
{
color: #41CFB8;
}
</style>
background-color css
<style>
a { background-color: #41CFB8; }
a { background-color: rgb(65,207,184); }
div.DivClassName
{
background-color: #41CFB8;
}
.BgClassName
{
background-color: #41CFB8;
}
</style>
border-color css
<style>
span { border-color: #41CFB8; }
span { border-color: rgb(65,207,184); }
td.TdClassName
{
border-color: #41CFB8;
}
.TagClassName
{
border-color: #41CFB8;
}
</style>