Shades of Turquoise #41E7DF
Tints of Turquoise #41E7DF
RGB
CMYK
RGB Variations
Color information
#41E7DF (or 0x41E7DF) is known color: Turquoise. HEX triplet: 41, E7 and DF. RGB value is (65,231,223). Sum of RGB (Red+Green+Blue) = 65+231+223=519 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.52% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #41E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E7DF is #BE1820. Grayscale: #B4B4B4. Windows color (decimal): -12458017 or 14673729. OLE color: 14673729.
HSL color Cylindrical-coordinate representation of color #41E7DF: hue angle of 177.11º 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 #41E7DF is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 223 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.09 |
| HSL | 177.11º | 0.78% | 0.58% | - |
| HSV(B) | 177.11º | 0.72% | 0.91% | - |
| XYZ | 44.08 | 63.6 | 79.77 | - |
| YUV | 180.45 | 152 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 223 | 0.72 | 0 | 0.03 | 0.09 | 177.11 | 0.78 | 0.58 |
| Hex | 41 | E7 | DF | 48 | 0 | 3 | 9 | B1 | 4E | 3A |
| Octal | 101 | 347 | 337 | 110 | 0 | 3 | 11 | 261 | 116 | 72 |
| Binary | 1000001 | 11100111 | 11011111 | 1001000 | 0 | 11 | 1001 | 10110001 | 1001110 | 111010 |
Color Harmonies of #41E7DF
Complementary color
Monochromatic Colors of #41E7DF
Black with #41E7DF
Text Example
Text Example
White with #41E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E7DF; }
p { color: rgb(65,231,223); }
H1.HeaderClassName
{
color: #41E7DF;
}
.AnyTagClassName
{
color: #41E7DF;
}
</style>
background-color css
<style>
a { background-color: #41E7DF; }
a { background-color: rgb(65,231,223); }
div.DivClassName
{
background-color: #41E7DF;
}
.BgClassName
{
background-color: #41E7DF;
}
</style>
border-color css
<style>
span { border-color: #41E7DF; }
span { border-color: rgb(65,231,223); }
td.TdClassName
{
border-color: #41E7DF;
}
.TagClassName
{
border-color: #41E7DF;
}
</style>