Shades of Turquoise #41DDEF
Tints of Turquoise #41DDEF
RGB
CMYK
RGB Variations
Color information
#41DDEF (or 0x41DDEF) is known color: Turquoise. HEX triplet: 41, DD and EF. RGB value is (65,221,239). Sum of RGB (Red+Green+Blue) = 65+221+239=525 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.38% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #41DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DDEF is #BE2210. Grayscale: #B0B0B0. Windows color (decimal): -12460561 or 15719745. OLE color: 15719745.
HSL color Cylindrical-coordinate representation of color #41DDEF: hue angle of 186.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41DDEF is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 221 | 239 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.06 |
| HSL | 186.21º | 0.84% | 0.6% | - |
| HSV(B) | 186.21º | 0.73% | 0.94% | - |
| XYZ | 43.62 | 59.07 | 90.76 | - |
| YUV | 176.41 | 163.32 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 239 | 0.73 | 0.08 | 0 | 0.06 | 186.21 | 0.84 | 0.6 |
| Hex | 41 | DD | EF | 49 | 8 | 0 | 6 | BA | 54 | 3C |
| Octal | 101 | 335 | 357 | 111 | 10 | 0 | 6 | 272 | 124 | 74 |
| Binary | 1000001 | 11011101 | 11101111 | 1001001 | 1000 | 0 | 110 | 10111010 | 1010100 | 111100 |
Color Harmonies of #41DDEF
Complementary color
Monochromatic Colors of #41DDEF
Black with #41DDEF
Text Example
Text Example
White with #41DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DDEF; }
p { color: rgb(65,221,239); }
H1.HeaderClassName
{
color: #41DDEF;
}
.AnyTagClassName
{
color: #41DDEF;
}
</style>
background-color css
<style>
a { background-color: #41DDEF; }
a { background-color: rgb(65,221,239); }
div.DivClassName
{
background-color: #41DDEF;
}
.BgClassName
{
background-color: #41DDEF;
}
</style>
border-color css
<style>
span { border-color: #41DDEF; }
span { border-color: rgb(65,221,239); }
td.TdClassName
{
border-color: #41DDEF;
}
.TagClassName
{
border-color: #41DDEF;
}
</style>