Shades of Turquoise #41DCEB
Tints of Turquoise #41DCEB
RGB
CMYK
RGB Variations
Color information
#41DCEB (or 0x41DCEB) is known color: Turquoise. HEX triplet: 41, DC and EB. RGB value is (65,220,235). Sum of RGB (Red+Green+Blue) = 65+220+235=520 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.5% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #41DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DCEB is #BE2314. Grayscale: #AFAFAF. Windows color (decimal): -12460821 or 15457345. OLE color: 15457345.
HSL color Cylindrical-coordinate representation of color #41DCEB: hue angle of 185.29º degrees, saturation: 0.81, 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 #41DCEB is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 220 | 235 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.08 |
| HSL | 185.29º | 0.81% | 0.59% | - |
| HSV(B) | 185.29º | 0.72% | 0.92% | - |
| XYZ | 42.77 | 58.31 | 87.6 | - |
| YUV | 175.37 | 161.65 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 235 | 0.72 | 0.06 | 0 | 0.08 | 185.29 | 0.81 | 0.59 |
| Hex | 41 | DC | EB | 48 | 6 | 0 | 8 | B9 | 51 | 3B |
| Octal | 101 | 334 | 353 | 110 | 6 | 0 | 10 | 271 | 121 | 73 |
| Binary | 1000001 | 11011100 | 11101011 | 1001000 | 110 | 0 | 1000 | 10111001 | 1010001 | 111011 |
Color Harmonies of #41DCEB
Complementary color
Monochromatic Colors of #41DCEB
Black with #41DCEB
Text Example
Text Example
White with #41DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DCEB; }
p { color: rgb(65,220,235); }
H1.HeaderClassName
{
color: #41DCEB;
}
.AnyTagClassName
{
color: #41DCEB;
}
</style>
background-color css
<style>
a { background-color: #41DCEB; }
a { background-color: rgb(65,220,235); }
div.DivClassName
{
background-color: #41DCEB;
}
.BgClassName
{
background-color: #41DCEB;
}
</style>
border-color css
<style>
span { border-color: #41DCEB; }
span { border-color: rgb(65,220,235); }
td.TdClassName
{
border-color: #41DCEB;
}
.TagClassName
{
border-color: #41DCEB;
}
</style>