Shades of Medium Turquoise #41D4F1
Tints of Medium Turquoise #41D4F1
RGB
CMYK
RGB Variations
Color information
#41D4F1 (or 0x41D4F1) is known color: Medium Turquoise. HEX triplet: 41, D4 and F1. RGB value is (65,212,241). Sum of RGB (Red+Green+Blue) = 65+212+241=518 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.55% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #41D4F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D4F1 is #BE2B0E. Grayscale: #ABABAB. Windows color (decimal): -12462863 or 15848513. OLE color: 15848513.
HSL color Cylindrical-coordinate representation of color #41D4F1: hue angle of 189.89º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41D4F1 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 212 | 241 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.05 |
| HSL | 189.89º | 0.86% | 0.6% | - |
| HSV(B) | 189.89º | 0.73% | 0.95% | - |
| XYZ | 41.6 | 54.56 | 91.56 | - |
| YUV | 171.35 | 167.3 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 212 | 241 | 0.73 | 0.12 | 0 | 0.05 | 189.89 | 0.86 | 0.6 |
| Hex | 41 | D4 | F1 | 49 | C | 0 | 5 | BE | 56 | 3C |
| Octal | 101 | 324 | 361 | 111 | 14 | 0 | 5 | 276 | 126 | 74 |
| Binary | 1000001 | 11010100 | 11110001 | 1001001 | 1100 | 0 | 101 | 10111110 | 1010110 | 111100 |
Color Harmonies of #41D4F1
Complementary color
Monochromatic Colors of #41D4F1
Black with #41D4F1
Text Example
Text Example
White with #41D4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D4F1; }
p { color: rgb(65,212,241); }
H1.HeaderClassName
{
color: #41D4F1;
}
.AnyTagClassName
{
color: #41D4F1;
}
</style>
background-color css
<style>
a { background-color: #41D4F1; }
a { background-color: rgb(65,212,241); }
div.DivClassName
{
background-color: #41D4F1;
}
.BgClassName
{
background-color: #41D4F1;
}
</style>
border-color css
<style>
span { border-color: #41D4F1; }
span { border-color: rgb(65,212,241); }
td.TdClassName
{
border-color: #41D4F1;
}
.TagClassName
{
border-color: #41D4F1;
}
</style>