Shades of Turquoise #41DFE7
Tints of Turquoise #41DFE7
RGB
CMYK
RGB Variations
Color information
#41DFE7 (or 0x41DFE7) is known color: Turquoise. HEX triplet: 41, DF and E7. RGB value is (65,223,231). Sum of RGB (Red+Green+Blue) = 65+223+231=519 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.52% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #41DFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DFE7 is #BE2018. Grayscale: #B0B0B0. Windows color (decimal): -12460057 or 15195969. OLE color: 15195969.
HSL color Cylindrical-coordinate representation of color #41DFE7: hue angle of 182.89º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41DFE7 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 223 | 231 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.09 |
| HSL | 182.89º | 0.78% | 0.58% | - |
| HSV(B) | 182.89º | 0.72% | 0.91% | - |
| XYZ | 42.99 | 59.67 | 84.85 | - |
| YUV | 176.67 | 158.65 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 231 | 0.72 | 0.03 | 0 | 0.09 | 182.89 | 0.78 | 0.58 |
| Hex | 41 | DF | E7 | 48 | 3 | 0 | 9 | B7 | 4E | 3A |
| Octal | 101 | 337 | 347 | 110 | 3 | 0 | 11 | 267 | 116 | 72 |
| Binary | 1000001 | 11011111 | 11100111 | 1001000 | 11 | 0 | 1001 | 10110111 | 1001110 | 111010 |
Color Harmonies of #41DFE7
Complementary color
Monochromatic Colors of #41DFE7
Black with #41DFE7
Text Example
Text Example
White with #41DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DFE7; }
p { color: rgb(65,223,231); }
H1.HeaderClassName
{
color: #41DFE7;
}
.AnyTagClassName
{
color: #41DFE7;
}
</style>
background-color css
<style>
a { background-color: #41DFE7; }
a { background-color: rgb(65,223,231); }
div.DivClassName
{
background-color: #41DFE7;
}
.BgClassName
{
background-color: #41DFE7;
}
</style>
border-color css
<style>
span { border-color: #41DFE7; }
span { border-color: rgb(65,223,231); }
td.TdClassName
{
border-color: #41DFE7;
}
.TagClassName
{
border-color: #41DFE7;
}
</style>