Shades of Medium Turquoise #41D0CF
Tints of Medium Turquoise #41D0CF
RGB
CMYK
RGB Variations
Color information
#41D0CF (or 0x41D0CF) is known color: Medium Turquoise. HEX triplet: 41, D0 and CF. RGB value is (65,208,207). Sum of RGB (Red+Green+Blue) = 65+208+207=480 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.54% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #41D0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D0CF is #BE2F30. Grayscale: #A4A4A4. Windows color (decimal): -12463921 or 13619265. OLE color: 13619265.
HSL color Cylindrical-coordinate representation of color #41D0CF: hue angle of 179.58º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D0CF is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 207 | - |
| CMYK | 0.69 | 0 | 0.00 | 0.18 |
| HSL | 179.58º | 0.6% | 0.54% | - |
| HSV(B) | 179.58º | 0.69% | 0.82% | - |
| XYZ | 36 | 50.74 | 66.93 | - |
| YUV | 165.13 | 151.62 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 207 | 0.69 | 0 | 0.00 | 0.18 | 179.58 | 0.6 | 0.54 |
| Hex | 41 | D0 | CF | 45 | 0 | 0 | 12 | B4 | 3C | 36 |
| Octal | 101 | 320 | 317 | 105 | 0 | 0 | 22 | 264 | 74 | 66 |
| Binary | 1000001 | 11010000 | 11001111 | 1000101 | 0 | 0 | 10010 | 10110100 | 111100 | 110110 |
Color Harmonies of #41D0CF
Complementary color
Monochromatic Colors of #41D0CF
Black with #41D0CF
Text Example
Text Example
White with #41D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D0CF; }
p { color: rgb(65,208,207); }
H1.HeaderClassName
{
color: #41D0CF;
}
.AnyTagClassName
{
color: #41D0CF;
}
</style>
background-color css
<style>
a { background-color: #41D0CF; }
a { background-color: rgb(65,208,207); }
div.DivClassName
{
background-color: #41D0CF;
}
.BgClassName
{
background-color: #41D0CF;
}
</style>
border-color css
<style>
span { border-color: #41D0CF; }
span { border-color: rgb(65,208,207); }
td.TdClassName
{
border-color: #41D0CF;
}
.TagClassName
{
border-color: #41D0CF;
}
</style>