Shades of Turquoise #41ECF4
Tints of Turquoise #41ECF4
RGB
CMYK
RGB Variations
Color information
#41ECF4 (or 0x41ECF4) is known color: Turquoise. HEX triplet: 41, EC and F4. RGB value is (65,236,244). Sum of RGB (Red+Green+Blue) = 65+236+244=545 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.93% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #41ECF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECF4 is #BE130B. Grayscale: #B9B9B9. Windows color (decimal): -12456716 or 16051265. OLE color: 16051265.
HSL color Cylindrical-coordinate representation of color #41ECF4: hue angle of 182.68º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41ECF4 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 236 | 244 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.04 |
| HSL | 182.68º | 0.89% | 0.61% | - |
| HSV(B) | 182.68º | 0.73% | 0.96% | - |
| XYZ | 48.5 | 67.65 | 96.09 | - |
| YUV | 185.78 | 160.85 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 244 | 0.73 | 0.03 | 0 | 0.04 | 182.68 | 0.89 | 0.61 |
| Hex | 41 | EC | F4 | 49 | 3 | 0 | 4 | B7 | 59 | 3D |
| Octal | 101 | 354 | 364 | 111 | 3 | 0 | 4 | 267 | 131 | 75 |
| Binary | 1000001 | 11101100 | 11110100 | 1001001 | 11 | 0 | 100 | 10110111 | 1011001 | 111101 |
Color Harmonies of #41ECF4
Complementary color
Monochromatic Colors of #41ECF4
Black with #41ECF4
Text Example
Text Example
White with #41ECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECF4; }
p { color: rgb(65,236,244); }
H1.HeaderClassName
{
color: #41ECF4;
}
.AnyTagClassName
{
color: #41ECF4;
}
</style>
background-color css
<style>
a { background-color: #41ECF4; }
a { background-color: rgb(65,236,244); }
div.DivClassName
{
background-color: #41ECF4;
}
.BgClassName
{
background-color: #41ECF4;
}
</style>
border-color css
<style>
span { border-color: #41ECF4; }
span { border-color: rgb(65,236,244); }
td.TdClassName
{
border-color: #41ECF4;
}
.TagClassName
{
border-color: #41ECF4;
}
</style>