Shades of Turquoise #41DFE4
Tints of Turquoise #41DFE4
RGB
CMYK
RGB Variations
Color information
#41DFE4 (or 0x41DFE4) is known color: Turquoise. HEX triplet: 41, DF and E4. RGB value is (65,223,228). Sum of RGB (Red+Green+Blue) = 65+223+228=516 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.60% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #41DFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFE4 is #BE201B. Grayscale: #B0B0B0. Windows color (decimal): -12460060 or 14999361. OLE color: 14999361.
HSL color Cylindrical-coordinate representation of color #41DFE4: hue angle of 181.84º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DFE4 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 223 | 228 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.11 |
| HSL | 181.84º | 0.75% | 0.57% | - |
| HSV(B) | 181.84º | 0.71% | 0.89% | - |
| XYZ | 42.57 | 59.5 | 82.64 | - |
| YUV | 176.33 | 157.15 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 228 | 0.71 | 0.02 | 0 | 0.11 | 181.84 | 0.75 | 0.57 |
| Hex | 41 | DF | E4 | 47 | 2 | 0 | B | B6 | 4B | 39 |
| Octal | 101 | 337 | 344 | 107 | 2 | 0 | 13 | 266 | 113 | 71 |
| Binary | 1000001 | 11011111 | 11100100 | 1000111 | 10 | 0 | 1011 | 10110110 | 1001011 | 111001 |
Color Harmonies of #41DFE4
Complementary color
Monochromatic Colors of #41DFE4
Black with #41DFE4
Text Example
Text Example
White with #41DFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DFE4; }
p { color: rgb(65,223,228); }
H1.HeaderClassName
{
color: #41DFE4;
}
.AnyTagClassName
{
color: #41DFE4;
}
</style>
background-color css
<style>
a { background-color: #41DFE4; }
a { background-color: rgb(65,223,228); }
div.DivClassName
{
background-color: #41DFE4;
}
.BgClassName
{
background-color: #41DFE4;
}
</style>
border-color css
<style>
span { border-color: #41DFE4; }
span { border-color: rgb(65,223,228); }
td.TdClassName
{
border-color: #41DFE4;
}
.TagClassName
{
border-color: #41DFE4;
}
</style>