Shades of Medium Turquoise #41D4EA
Tints of Medium Turquoise #41D4EA
RGB
CMYK
RGB Variations
Color information
#41D4EA (or 0x41D4EA) is known color: Medium Turquoise. HEX triplet: 41, D4 and EA. RGB value is (65,212,234). Sum of RGB (Red+Green+Blue) = 65+212+234=511 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.72% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #41D4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D4EA is #BE2B15. Grayscale: #AAAAAA. Windows color (decimal): -12462870 or 15389761. OLE color: 15389761.
HSL color Cylindrical-coordinate representation of color #41D4EA: hue angle of 187.81º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41D4EA is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 212 | 234 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.08 |
| HSL | 187.81º | 0.8% | 0.59% | - |
| HSV(B) | 187.81º | 0.72% | 0.92% | - |
| XYZ | 40.57 | 54.15 | 86.16 | - |
| YUV | 170.56 | 163.8 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 212 | 234 | 0.72 | 0.09 | 0 | 0.08 | 187.81 | 0.8 | 0.59 |
| Hex | 41 | D4 | EA | 48 | 9 | 0 | 8 | BC | 50 | 3B |
| Octal | 101 | 324 | 352 | 110 | 11 | 0 | 10 | 274 | 120 | 73 |
| Binary | 1000001 | 11010100 | 11101010 | 1001000 | 1001 | 0 | 1000 | 10111100 | 1010000 | 111011 |
Color Harmonies of #41D4EA
Complementary color
Monochromatic Colors of #41D4EA
Black with #41D4EA
Text Example
Text Example
White with #41D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D4EA; }
p { color: rgb(65,212,234); }
H1.HeaderClassName
{
color: #41D4EA;
}
.AnyTagClassName
{
color: #41D4EA;
}
</style>
background-color css
<style>
a { background-color: #41D4EA; }
a { background-color: rgb(65,212,234); }
div.DivClassName
{
background-color: #41D4EA;
}
.BgClassName
{
background-color: #41D4EA;
}
</style>
border-color css
<style>
span { border-color: #41D4EA; }
span { border-color: rgb(65,212,234); }
td.TdClassName
{
border-color: #41D4EA;
}
.TagClassName
{
border-color: #41D4EA;
}
</style>