Shades of Turquoise #41DFE6
Tints of Turquoise #41DFE6
RGB
CMYK
RGB Variations
Color information
#41DFE6 (or 0x41DFE6) is known color: Turquoise. HEX triplet: 41, DF and E6. RGB value is (65,223,230). Sum of RGB (Red+Green+Blue) = 65+223+230=518 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.55% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #41DFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DFE6 is #BE2019. Grayscale: #B0B0B0. Windows color (decimal): -12460058 or 15130433. OLE color: 15130433.
HSL color Cylindrical-coordinate representation of color #41DFE6: hue angle of 182.55º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41DFE6 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 223 | 230 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.10 |
| HSL | 182.55º | 0.77% | 0.58% | - |
| HSV(B) | 182.55º | 0.72% | 0.9% | - |
| XYZ | 42.85 | 59.61 | 84.11 | - |
| YUV | 176.56 | 158.15 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 230 | 0.72 | 0.03 | 0 | 0.10 | 182.55 | 0.77 | 0.58 |
| Hex | 41 | DF | E6 | 48 | 3 | 0 | A | B7 | 4D | 3A |
| Octal | 101 | 337 | 346 | 110 | 3 | 0 | 12 | 267 | 115 | 72 |
| Binary | 1000001 | 11011111 | 11100110 | 1001000 | 11 | 0 | 1010 | 10110111 | 1001101 | 111010 |
Color Harmonies of #41DFE6
Complementary color
Monochromatic Colors of #41DFE6
Black with #41DFE6
Text Example
Text Example
White with #41DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DFE6; }
p { color: rgb(65,223,230); }
H1.HeaderClassName
{
color: #41DFE6;
}
.AnyTagClassName
{
color: #41DFE6;
}
</style>
background-color css
<style>
a { background-color: #41DFE6; }
a { background-color: rgb(65,223,230); }
div.DivClassName
{
background-color: #41DFE6;
}
.BgClassName
{
background-color: #41DFE6;
}
</style>
border-color css
<style>
span { border-color: #41DFE6; }
span { border-color: rgb(65,223,230); }
td.TdClassName
{
border-color: #41DFE6;
}
.TagClassName
{
border-color: #41DFE6;
}
</style>