Shades of Turquoise #41FBE4
Tints of Turquoise #41FBE4
RGB
CMYK
RGB Variations
Color information
#41FBE4 (or 0x41FBE4) is known color: Turquoise. HEX triplet: 41, FB and E4. RGB value is (65,251,228). Sum of RGB (Red+Green+Blue) = 65+251+228=544 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.95% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #41FBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FBE4 is #BE041B. Grayscale: #C0C0C0. Windows color (decimal): -12452892 or 15006529. OLE color: 15006529.
HSL color Cylindrical-coordinate representation of color #41FBE4: hue angle of 172.58º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FBE4 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 228 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.02 |
| HSL | 172.58º | 0.96% | 0.62% | - |
| HSV(B) | 172.58º | 0.74% | 0.98% | - |
| XYZ | 50.68 | 75.72 | 85.34 | - |
| YUV | 192.76 | 147.88 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 228 | 0.74 | 0 | 0.09 | 0.02 | 172.58 | 0.96 | 0.62 |
| Hex | 41 | FB | E4 | 4A | 0 | 9 | 2 | AD | 60 | 3E |
| Octal | 101 | 373 | 344 | 112 | 0 | 11 | 2 | 255 | 140 | 76 |
| Binary | 1000001 | 11111011 | 11100100 | 1001010 | 0 | 1001 | 10 | 10101101 | 1100000 | 111110 |
Color Harmonies of #41FBE4
Complementary color
Monochromatic Colors of #41FBE4
Black with #41FBE4
Text Example
Text Example
White with #41FBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FBE4; }
p { color: rgb(65,251,228); }
H1.HeaderClassName
{
color: #41FBE4;
}
.AnyTagClassName
{
color: #41FBE4;
}
</style>
background-color css
<style>
a { background-color: #41FBE4; }
a { background-color: rgb(65,251,228); }
div.DivClassName
{
background-color: #41FBE4;
}
.BgClassName
{
background-color: #41FBE4;
}
</style>
border-color css
<style>
span { border-color: #41FBE4; }
span { border-color: rgb(65,251,228); }
td.TdClassName
{
border-color: #41FBE4;
}
.TagClassName
{
border-color: #41FBE4;
}
</style>