Shades of Turquoise #41DCEA
Tints of Turquoise #41DCEA
RGB
CMYK
RGB Variations
Color information
#41DCEA (or 0x41DCEA) is known color: Turquoise. HEX triplet: 41, DC and EA. RGB value is (65,220,234). Sum of RGB (Red+Green+Blue) = 65+220+234=519 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.52% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #41DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DCEA is #BE2315. Grayscale: #AFAFAF. Windows color (decimal): -12460822 or 15391809. OLE color: 15391809.
HSL color Cylindrical-coordinate representation of color #41DCEA: hue angle of 184.97º 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 #41DCEA is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 220 | 234 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.08 |
| HSL | 184.97º | 0.8% | 0.59% | - |
| HSV(B) | 184.97º | 0.72% | 0.92% | - |
| XYZ | 42.62 | 58.25 | 86.84 | - |
| YUV | 175.25 | 161.15 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 234 | 0.72 | 0.06 | 0 | 0.08 | 184.97 | 0.8 | 0.59 |
| Hex | 41 | DC | EA | 48 | 6 | 0 | 8 | B9 | 50 | 3B |
| Octal | 101 | 334 | 352 | 110 | 6 | 0 | 10 | 271 | 120 | 73 |
| Binary | 1000001 | 11011100 | 11101010 | 1001000 | 110 | 0 | 1000 | 10111001 | 1010000 | 111011 |
Color Harmonies of #41DCEA
Complementary color
Monochromatic Colors of #41DCEA
Black with #41DCEA
Text Example
Text Example
White with #41DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DCEA; }
p { color: rgb(65,220,234); }
H1.HeaderClassName
{
color: #41DCEA;
}
.AnyTagClassName
{
color: #41DCEA;
}
</style>
background-color css
<style>
a { background-color: #41DCEA; }
a { background-color: rgb(65,220,234); }
div.DivClassName
{
background-color: #41DCEA;
}
.BgClassName
{
background-color: #41DCEA;
}
</style>
border-color css
<style>
span { border-color: #41DCEA; }
span { border-color: rgb(65,220,234); }
td.TdClassName
{
border-color: #41DCEA;
}
.TagClassName
{
border-color: #41DCEA;
}
</style>