Shades of Turquoise #41DCEF
Tints of Turquoise #41DCEF
RGB
CMYK
RGB Variations
Color information
#41DCEF (or 0x41DCEF) is known color: Turquoise. HEX triplet: 41, DC and EF. RGB value is (65,220,239). Sum of RGB (Red+Green+Blue) = 65+220+239=524 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.40% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #41DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DCEF is #BE2310. Grayscale: #AFAFAF. Windows color (decimal): -12460817 or 15719489. OLE color: 15719489.
HSL color Cylindrical-coordinate representation of color #41DCEF: hue angle of 186.55º 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 #41DCEF is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 220 | 239 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.06 |
| HSL | 186.55º | 0.84% | 0.6% | - |
| HSV(B) | 186.55º | 0.73% | 0.94% | - |
| XYZ | 43.35 | 58.54 | 90.68 | - |
| YUV | 175.82 | 163.65 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 239 | 0.73 | 0.08 | 0 | 0.06 | 186.55 | 0.84 | 0.6 |
| Hex | 41 | DC | EF | 49 | 8 | 0 | 6 | BB | 54 | 3C |
| Octal | 101 | 334 | 357 | 111 | 10 | 0 | 6 | 273 | 124 | 74 |
| Binary | 1000001 | 11011100 | 11101111 | 1001001 | 1000 | 0 | 110 | 10111011 | 1010100 | 111100 |
Color Harmonies of #41DCEF
Complementary color
Monochromatic Colors of #41DCEF
Black with #41DCEF
Text Example
Text Example
White with #41DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DCEF; }
p { color: rgb(65,220,239); }
H1.HeaderClassName
{
color: #41DCEF;
}
.AnyTagClassName
{
color: #41DCEF;
}
</style>
background-color css
<style>
a { background-color: #41DCEF; }
a { background-color: rgb(65,220,239); }
div.DivClassName
{
background-color: #41DCEF;
}
.BgClassName
{
background-color: #41DCEF;
}
</style>
border-color css
<style>
span { border-color: #41DCEF; }
span { border-color: rgb(65,220,239); }
td.TdClassName
{
border-color: #41DCEF;
}
.TagClassName
{
border-color: #41DCEF;
}
</style>